HomeSort by relevance Sort by last modified time
    Searched refs:mounted (Results 1 - 25 of 33) sorted by null

1 2

  /external/autotest/client/site_tests/login_Cryptohome/
login_Cryptohome.py 16 """Verify the cryptohome is mounted only after login."""
26 raise error.TestFail('Expected to find a mounted vault.')
30 raise error.TestFail('Expected to not find a mounted vault.')
45 raise error.TestFail('Expected to find user\'s mounted vault.')
  /external/autotest/client/site_tests/platform_EncryptedStateful/
platform_EncryptedStateful.py 11 # - test failure when things aren't mounted correctly
87 self.mounted = not self.simulated
90 if self.mounted or not self.simulated:
102 self.mounted = True
105 if not self.mounted or not self.simulated:
109 self.mounted = False
  /system/core/fs_mgr/
fs_mgr.c 311 int mounted = 0; local
330 if (mounted) {
331 ERROR("%s(): skipping fstab dup mountpoint=%s rec[%d].fs_type=%s already mounted as %s.\n", __func__,
342 mounted = 1;
344 ERROR("%s(): Mounted %s on %s with fs_type=%s instead of %s\n", __func__,
358 if (!mounted) {
518 /* Skip mounting the root partition, as it will already have been mounted */
658 * If multiple fstab entries are to be mounted on "n_name", it will try to mount each one
  /external/autotest/client/cros/
cryptohome.py 211 # Ensure that the vault is mounted.
223 # Ensure that the guest tmpfs is mounted.
241 # Ensure that the vault is not mounted.
280 """Check whether a vault is mounted for the given user.
283 a vault is mounted for any user.
295 """Check whether a vault backed by tmpfs is mounted for the guest user."""
304 """Get the device(s) backing the vault mounted for the given user.
306 Returns the devices mounted at the user's user and system mount points. If
307 no user is given, the device mounted at the shared mount point is returned.
463 """Tests whether a user's cryptohome is mounted.""
    [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
ApplicationsState.java 1130 public boolean mounted; field in class:ApplicationsState.AppEntry
    [all...]
  /external/e2fsprogs/ext2ed/
general_com.c 160 if (mounted && !AllowMountedRead) {
161 wprintw (command_win,"Error - Filesystem is mounted, aborting\n");
166 if (mounted && AllowMountedRead) {
167 wprintw (command_win,"Warning - Filesystem is mounted. Displayed data may be unreliable.\n");
868 if (mounted) {
869 wprintw (command_win,"Error - Filesystem is mounted\n");
init.c 613 mounted=0;
616 wprintw (command_win,"Error - Failed to open /etc/mtab. Assuming filesystem is mounted.\n");
617 refresh_command_win ();mounted=1;return;
625 mounted=1;fclose (fp);return;
ext2ed.h 202 extern int mounted;
main.c 61 int AllowMountedRead=0; /* Behavior when trying to open a mounted filesystem read-only */
75 int mounted=0; /* This is set when we find that the filesystem is mounted */ variable
  /external/curl/packages/vms/
compare_curl_source.com 17 $! NFS mounted volume.
58 $! If your repository checkout is not on an NFS mounted volume, you do not
config_h.com 97 $! on a NFS mounted volume. So copy it to sys$scratch:
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/core/
cros_interface.py 455 """Returns the filesystem mounted at |path|"""
474 """Returns True iff |user|'s cryptohome is mounted."""
  /frameworks/base/core/java/android/content/pm/
IPackageManager.aidl 498 void updateExternalMediaStatus(boolean mounted, boolean reportStatus);
  /ndk/build/core/
init.mk 410 # except that the actual definition is built from the list of mounted
  /external/blktrace/doc/
blktrace.tex 110 the mount point set up -- mounted on the directory /sys/kernel/debug.
343 a file created in the mounted directory for the debugfs, which defaults
    [all...]
  /external/v8/test/mjsunit/asm/embenchen/
copy.js     [all...]
corrections.js     [all...]
primes.js     [all...]
fannkuch.js     [all...]
fasta.js     [all...]
memops.js     [all...]
zlib.js     [all...]
box2d.js     [all...]
lua_binarytrees.js     [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerService.java     [all...]

Completed in 962 milliseconds

1 2