/external/bcc/tests/cc/ |
D | test_pinned_table.cc | 27 bool mounted = false; variable 31 mounted = true; 83 if (mounted) { 91 bool mounted = false; variable 95 mounted = true; 145 if (mounted) {
|
/external/ltp/testcases/kernel/fs/squashfs/ |
D | squashfs01.c | 42 static int mounted; variable 46 if (mounted) in cleanup() 92 mounted = 1; in run() 95 mounted = 0; in run()
|
/external/squashfs-tools/RELEASE-READMEs/ |
D | PERFORMANCE.README | 33 mounted from CDROM 42 Time taken to perform "tar cf - | cat > /dev/null" on filesystem mounted 56 on filesystem mounted from CDROM 69 mounted from Hard disk 78 Time taken to perform "tar cf - | cat > /dev/null" on filesystem mounted 92 on filesystem mounted from Hard disk 112 mounted from CDROM 120 Time taken to perform "tar cf - | cat > /dev/null" on filesystem mounted 133 on filesystem mounted from CDROM 145 mounted from Hard disk [all …]
|
D | README-2.0-AMD64 | 6 machines, but cannot be mounted on non-amd64 machines. Likewise, filesystems 7 generated on non amd64 machines could not be mounted on amd64 machines.
|
/external/libtracefs/Documentation/ |
D | libtracefs-files.txt | 48 if it is not mounted. On any subsequent call the cached path is returned. 52 that it will return where the debugfs file system is mounted. If it 53 is not mounted it will try to mount it. The return string must _not_ 57 already mounted and 0 if it is not. If _mount_ is true, it will try to 58 mount it if it is not, and returns 0 if it succesfully mounted it and -1 60 mounted it. _path_ is internal and should not be freed. 76 is already mounted, 0 if it is not, and -1 on error.
|
/external/ltp/testcases/kernel/controllers/cpuacct/ |
D | cpuacct.sh | 24 mounted=1 100 mounted=0 106 if [ "$mounted" -eq "0" ]; then 131 if [ "$mounted" -ne 1 ]; then
|
/external/ltp/testcases/kernel/fs/quota_remount/ |
D | quota_remount_test01.sh | 32 [ "$mounted" ] || return 34 mounted= 49 mounted=1
|
/external/toolchain-utils/ |
D | chromiumos_image_diff.py | 44 self.mounted = False 82 self.mounted = rv == 0 83 if not self.mounted: 89 return self.mounted 115 if self.mounted: 127 self.mounted = False 132 return not self.mounted
|
/external/ltp/testcases/kernel/syscalls/statx/ |
D | statx07.c | 63 static int mounted; variable 147 mounted = 1; in setup() 152 if (mounted) in cleanup()
|
/external/autotest/client/site_tests/login_CryptohomeIncognito/ |
D | control | 15 This test will fail if guest cryptohome is not mounted when logged in as guest, 16 or if it is mounted when not logged in as guest.
|
/external/autotest/client/site_tests/platform_EncryptedStateful/ |
D | platform_EncryptedStateful.py | 93 self.mounted = not self.simulated 97 if self.mounted or not self.simulated: 109 self.mounted = True 113 if not self.mounted or not self.simulated: 117 self.mounted = False
|
/external/ltp/testcases/kernel/security/integrity/ima/tests/ |
D | evm_overlay.sh | 41 mounted=1 82 [ -n "$mounted" ] || return 0
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.45.5.txt | 27 as tmpfs with a device name that duplicates another mounted file system, 29 point of a mounted file system. (Who would have guessed?) Add some 34 is mounted, since this could result in the file system getting 51 more accurate when run on mounted file systems.
|
D | v1.20.txt | 32 mounted filesystems. (Users could usually get away with using tune2fs 33 on mounted filesystems before, but with the advent of ext3 and 35 use even when the filesystem being modified is mounted.) E2label is 37 is also now safe for use on mounted filesystems. 74 compiled into the kernel and not mounted. If the pathnames in 157 modifying a mounted filesystem. 189 point of a device if mounted.
|
/external/ltp/testcases/kernel/controllers/cgroup_xattr/ |
D | cgroup_xattr.c | 54 int mounted; member 186 if (!cgrp_opt[i].mounted) in test_run() 237 if (cgrp_opt[i].mounted) { in cleanup() 313 opt->mounted = 1; in mount_cgroup()
|
/external/ltp/testcases/kernel/mem/hugetlb/hugemmap/ |
D | hugemmap05.c | 61 static int mounted, restore_shmmax, restore_overcomm_hgpgs; variable 171 if (mounted) in cleanup() 234 mounted = 1; in setup()
|
/external/autotest/client/common_lib/ |
D | logs_to_collect | 6 # This is the relative path to mounted stateful partition. Files in this folder 10 # the folder of mounted stateful partition.
|
/external/autotest/client/site_tests/security_NosymfollowMountOption/ |
D | control.baseline | 26 were mounted with the "nosymfollow" option, as well as that filesystems 27 mounted without that option can still traverse symlinks.
|
/external/autotest/client/cros/ |
D | cryptohome.py | 311 mounted = False 312 while retry < MOUNT_RETRY_COUNT and not mounted: 320 mounted = True 322 if not mounted:
|
/external/e2fsprogs/ext2ed/ |
D | ext2ed.conf.in | 46 # a mounted filesystem. Read-Write mode is never allowed on a mounted
|
/external/linux-kselftest/tools/testing/selftests/memory-hotplug/ |
D | mem-on-off-test.sh | 21 echo $msg sysfs is not mounted >&2 241 echo $msg debugfs is not mounted >&2
|
/external/linux-kselftest/tools/testing/selftests/cpu-hotplug/ |
D | cpu-on-off-test.sh | 22 echo $msg sysfs is not mounted >&2 248 echo $msg debugfs is not mounted >&2
|
/external/virglrenderer/perf-testing/Docker/ |
D | init.sh | 7 mount -t devtmpfs none /dev || echo possibly already mounted
|
/external/mesa3d/.gitlab-ci/bare-metal/ |
D | init.sh | 7 mount -t devtmpfs none /dev || echo possibly already mounted
|
/external/e2fsprogs/tests/m_minrootdir/ |
D | expect | 3 Last mounted on: <not available> 116 Last mounted on: <not available> 170 Last mounted on: <not available>
|