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

1 2

  /external/ltp/testcases/kernel/controllers/cpuacct/
cpuacct.sh 34 # 1) Find if cpuacct is mounted, if not mounted, cpuacct will be mounted
38 mounted=1
59 mounted=0
67 if [ "$mounted" -eq "0" ]; then
79 if [ "$mounted" -ne 1 ]; then
  /external/ltp/testcases/kernel/controllers/pids/
pids.sh 34 mounted=1
44 if [ "$mounted" -ne "1" ]; then
63 mounted=0
71 if [ "$mounted" -eq "0" ]; then
  /external/ltp/testcases/kernel/fs/fs_bind/cloneNS/
00_Descriptions.txt 30 test06 - namespace with shared point bind mounted
62 namespace with shared point bind mounted
  /external/toolchain-utils/
chromiumos_image_diff.py 39 self.mounted = False
72 self.mounted = (rv == 0)
73 if not self.mounted:
76 return self.mounted
95 if self.mounted:
103 self.mounted = False
108 return not self.mounted
build_tc.py 117 mounted = [mp
120 unmount_statuses = [mp.UnMount() == 0 for mp in mounted]
  /external/autotest/client/site_tests/login_Cryptohome/
login_Cryptohome.py 16 """Verify the cryptohome is mounted only after login."""
25 raise error.TestFail('Expected to find a mounted vault.')
29 raise error.TestFail('Expected to not find a mounted vault.')
43 raise error.TestFail('Expected to find user\'s mounted vault.')
  /system/core/libappfuse/tests/
FuseBridgeLoopTest.cc 34 bool mounted; member in class:android::fuse::__anon106758::Callback
36 Callback() : mounted(false), closed(false) {}
38 void OnMount(int /*mount_id*/) override { mounted = true; }
141 EXPECT_TRUE(callback_.mounted);
  /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
  /external/linux-kselftest/tools/testing/selftests/memory-hotplug/
mem-on-off-test.sh 17 echo $msg sysfs is not mounted >&2
191 echo $msg debugfs is not mounted >&2
  /prebuilts/go/darwin-x86/src/os/
executable.go 20 // mounted.)
executable_test.go 24 case "openbsd": // procfs is not mounted by default
  /prebuilts/go/darwin-x86/src/syscall/
const_plan9.go 21 MCREATE = 0x0004 // permit creation in mounted directory
  /prebuilts/go/linux-x86/src/os/
executable.go 20 // mounted.)
executable_test.go 24 case "openbsd": // procfs is not mounted by default
  /prebuilts/go/linux-x86/src/syscall/
const_plan9.go 21 MCREATE = 0x0004 // permit creation in mounted directory
  /external/autotest/client/cros/
cryptohome.py 212 mounted = False
213 while retry < MOUNT_RETRY_COUNT and not mounted:
221 mounted = True
223 if not mounted:
225 # Ensure that the vault is mounted.
234 # Ensure that the guest tmpfs is mounted.
252 # Ensure that the vault is not mounted.
288 """Check whether a vault is mounted for the given user.
291 whether a vault is mounted for any user.
297 In addition, if mounted over ext4, we check the directory is encrypted
    [all...]
  /external/ltp/testcases/kernel/controllers/cgroup_xattr/
cgroup_xattr.c 54 int mounted; member in struct:cgrp_option
183 tst_brkm(TCONF, cleanup, "Nothing mounted");
191 if (!cgrp_opt[i].mounted)
246 if (cgrp_opt[i].mounted) {
278 * Only mount those subsystems, which are not mounted yet.
280 * code while mounting already mounted subsystems, but with
325 opt->mounted = 1;
  /external/linux-kselftest/tools/testing/selftests/efivarfs/
efivarfs.sh 16 echo $msg efivarfs is not mounted on $efivarfs_mount >&2
  /external/linux-kselftest/tools/testing/selftests/cpu-hotplug/
cpu-on-off-test.sh 19 echo $msg sysfs is not mounted >&2
224 echo $msg debugfs is not mounted >&2
  /external/ltp/testscripts/
ltpfslvm.sh 150 ### Move mount filesystems to the last since resize can't work on a mounted filesystem.
  /packages/apps/TV/src/com/android/tv/dvr/
DvrStorageStatusManager.java 114 private MountedStorageStatus(boolean mounted, File mountedDir, long capacity) {
115 mStorageMounted = mounted;
141 * @param storageMounted {@code true} when DVR possible storage is mounted,
212 * Returns true if a storage is mounted.
315 Log.i(TAG, "New device storage mounted. # of recordings to be forgotten : "
  /external/e2fsprogs/ext2ed/
general_com.c 161 if (mounted && !AllowMountedRead) {
162 wprintw (command_win,"Error - Filesystem is mounted, aborting\n");
167 if (mounted && AllowMountedRead) {
168 wprintw (command_win,"Warning - Filesystem is mounted. Displayed data may be unreliable.\n");
869 if (mounted) {
870 wprintw (command_win,"Error - Filesystem is mounted\n");
init.c 614 mounted=0;
617 wprintw (command_win,"Error - Failed to open /etc/mtab. Assuming filesystem is mounted.\n");
618 refresh_command_win ();mounted=1;return;
626 mounted=1;fclose (fp);return;
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
ApplicationsState.java 1220 public boolean mounted; field in class:ApplicationsState.AppEntry
    [all...]
  /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

Completed in 2318 milliseconds

1 2