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

1 2 3

  /external/ltp/testcases/kernel/controllers/cpuacct/
cpuacct.sh 34 # 1) Find if cpuacct is mounted, if not mounted, cpuacct will be mounted
47 mounted=1
72 mounted=0
78 if [ "$mounted" -eq "0" ]; then
102 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 40 mounted=1
60 if [ "$mounted" -ne "1" ]; then
77 mounted=0
83 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
96 if self.mounted:
104 self.mounted = False
109 return not self.mounted
  /external/linux-kselftest/tools/testing/selftests/gpio/
gpio-mockup.sh 41 echo $msg sysfs is not mounted >&2
48 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::__anon2778::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
  /prebuilts/go/darwin-x86/src/syscall/
const_plan9.go 21 MCREATE = 0x0004 // permit creation in mounted directory
  /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 49 echo $msg sysfs is not mounted >&2
  /external/ltp/testcases/commands/unshare/
unshare01.sh 109 mounted)
163 "mount --bind dir_A dir_B" "mounted";;
  /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)
242 if (cgrp_opt[i].mounted) {
271 * Only mount those subsystems, which are not mounted yet.
273 * code while mounting already mounted subsystems, but with
318 opt->mounted = 1;
  /external/ltp/testcases/kernel/mem/hugetlb/hugemmap/
hugemmap05.c 72 static int mounted, restore_shmmax, restore_nr_hgpgs, restore_overcomm_hgpgs; variable
188 if (mounted)
256 mounted = 1;
  /external/autotest/client/cros/
cryptohome.py 298 mounted = False
299 while retry < MOUNT_RETRY_COUNT and not mounted:
307 mounted = True
309 if not mounted:
311 # Ensure that the vault is mounted.
320 # Ensure that the guest vault is mounted.
340 # Ensure that the vault is not mounted.
376 """Check whether a vault is mounted for the given user.
379 whether a vault is mounted for any user.
385 In addition, if mounted over ext4, we check the directory is encrypted
    [all...]
  /external/linux-kselftest/tools/testing/selftests/efivarfs/
efivarfs.sh 17 echo $msg efivarfs is not mounted on $efivarfs_mount >&2
  /external/linux-kselftest/tools/testing/selftests/cpu-hotplug/
cpu-on-off-test.sh 20 echo $msg sysfs is not mounted >&2
239 echo $msg debugfs is not mounted >&2
  /external/linux-kselftest/tools/testing/selftests/memory-hotplug/
mem-on-off-test.sh 18 echo $msg sysfs is not mounted >&2
237 echo $msg debugfs is not mounted >&2
  /packages/apps/TV/common/src/com/android/tv/common/recording/
RecordingStorageStatusManager.java 86 private MountedStorageStatus(boolean mounted, File mountedDir, long capacity) {
87 mStorageMounted = mounted;
113 * @param storageMounted {@code true} when DVR possible storage is mounted, {@code false}
174 /** Returns true if a storage is mounted. */
  /compatibility/cdd/7_hardware-compatibility/
7_6_memory-and-storage.md 19 path "/sdcard" it is mounted on.
20 * [C-0-2] MUST be configured with shared storage mounted by default, in other
  /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.
  /external/devlib/devlib/module/
cgroups.py 34 :param hid: the Hierarchy ID this controller is mounted on
37 :param clist: the list of controller mounted in the same hierarchy
56 mounted = target.list_file_systems()
57 if self.mount_name in [e.device for e in mounted]:
61 for fs in mounted
82 self.logger.debug('Controller %s mounted under: %s (noprefix=%s)',
93 raise RuntimeError('CGroup creation failed: {} controller not mounted'\
101 raise RuntimeError('CGroup creation failed: {} controller not mounted'\

Completed in 314 milliseconds

1 2 3