HomeSort by relevance Sort by last modified time
    Searched refs:mounted (Results 1 - 25 of 48) 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
48 mounted=1
73 mounted=0
79 if [ "$mounted" -eq "0" ]; then
103 if [ "$mounted" -ne 1 ]; 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/ltp/testcases/kernel/controllers/pids/
pids.sh 41 mounted=1
61 if [ "$mounted" -ne "1" ]; then
78 mounted=0
84 if [ "$mounted" -eq "0" ]; then
  /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
  /external/linux-kselftest/tools/testing/selftests/gpio/
gpio-mockup.sh 40 echo $msg sysfs is not mounted >&2
47 echo $msg debugfs is not mounted >&2
  /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::__anon114211::Callback
36 Callback() : mounted(false), closed(false) {}
38 void OnMount(int /*mount_id*/) override { mounted = true; }
142 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/site_tests/desktopui_ChromeSanity/
desktopui_ChromeSanity.py 58 # Check that the user's encrypted home directory was mounted.
62 'Didn\'t find mounted cryptohome for "%s"' %
  /external/linux-kselftest/tools/testing/selftests/cpufreq/
main.sh 48 echo $msg sysfs is not mounted >&2
  /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/autotest/client/cros/
cryptohome.py 290 mounted = False
291 while retry < MOUNT_RETRY_COUNT and not mounted:
299 mounted = True
301 if not mounted:
303 # Ensure that the vault is mounted.
312 # Ensure that the guest tmpfs is mounted.
330 # Ensure that the vault is not mounted.
366 """Check whether a vault is mounted for the given user.
369 whether a vault is mounted for any user.
375 In addition, if mounted over ext4, we check the directory is encrypted
    [all...]
  /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.
  /external/walt/
README.md 15 the screen is timed using an accelerometer mounted on the probe.
  /external/walt/docs/
TapLatency.md 10 screen, the conductive surface and the accelerometer are mounted on a button of a retractable pen.
  /packages/apps/TV/src/com/android/tv/dvr/
DvrStorageStatusManager.java 118 private MountedStorageStatus(boolean mounted, File mountedDir, long capacity) {
119 mStorageMounted = mounted;
145 * @param storageMounted {@code true} when DVR possible storage is mounted,
216 * Returns true if a storage is mounted.
321 Log.i(TAG, "New device storage mounted. # of recordings to be forgotten : "

Completed in 802 milliseconds

1 2