/third_party/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()
|
/third_party/ltp/testcases/kernel/controllers/cpuacct/ |
D | cpuacct.sh | 26 mounted=1 102 mounted=0 108 if [ "$mounted" -eq "0" ]; then 133 if [ "$mounted" -ne 1 ]; then
|
/third_party/ltp/testcases/kernel/fs/quota_remount/ |
D | quota_remount_test01.sh | 34 [ "$mounted" ] || return 36 mounted= 51 mounted=1
|
/third_party/ltp/testcases/kernel/syscalls/statx/ |
D | statx07.c | 63 static int mounted; variable 147 mounted = 1; in setup() 160 if (mounted) in cleanup()
|
/third_party/ltp/testcases/kernel/security/integrity/ima/tests/ |
D | evm_overlay.sh | 43 mounted=1 84 [ -n "$mounted" ] || return 0
|
/third_party/ltp/testcases/kernel/controllers/pids/ |
D | pids.sh | 21 mounted=1 43 if [ "$mounted" -ne "1" ]; then 74 mounted=0 80 if [ "$mounted" -eq "0" ]; then
|
/third_party/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.
|
D | v1.44.0.txt | 39 when operating on a file system which was not cleanly mounted and thus 53 and the file system is mounted, so that the free space statistics will
|
/third_party/ltp/testcases/kernel/controllers/cgroup_xattr/ |
D | cgroup_xattr.c | 54 int mounted; member 191 if (!cgrp_opt[i].mounted) in test_run() 242 if (cgrp_opt[i].mounted) { in cleanup() 318 opt->mounted = 1; in mount_cgroup()
|
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/ |
D | hugemmap05.c | 61 static int mounted, restore_shmmax, restore_overcomm_hgpgs; variable 171 if (mounted) in cleanup() 237 mounted = 1; in setup()
|
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/ |
D | video_demo.dart | 110 if (!mounted) { 149 if (mounted) 226 if (mounted) { 311 if (!mounted) { 376 if (mounted) {
|
/third_party/e2fsprogs/ext2ed/ |
D | ext2ed.conf.in | 46 # a mounted filesystem. Read-Write mode is never allowed on a mounted
|
D | init.c | 614 mounted=0; in check_mounted() 618 refresh_command_win ();mounted=1;return; in check_mounted() 626 mounted=1;fclose (fp);return; in check_mounted()
|
/third_party/mesa3d/.gitlab-ci/ |
D | crosvm-init.sh | 7 mount -t devtmpfs none /dev || echo possibly already mounted
|
/third_party/mesa3d/.gitlab-ci/common/ |
D | init-stage1.sh | 12 mount -t devtmpfs none /dev || echo possibly already mounted
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | table_test.dart | 710 expect(state11.mounted, isTrue); 711 expect(state12.mounted, isTrue); 712 expect(state21.mounted, isTrue); 713 expect(state22.mounted, isTrue); 732 expect(state11.mounted, isFalse); 733 expect(state12.mounted, isFalse); 734 expect(state21.mounted, isTrue); 735 expect(state22.mounted, isTrue);
|
/third_party/e2fsprogs/tests/m_minrootdir/ |
D | expect | 3 Last mounted on: <not available> 116 Last mounted on: <not available> 170 Last mounted on: <not available>
|
/third_party/e2fsprogs/scrub/ |
D | e2scrub.conf.in | 24 # Set this to 1 to have e2scrub_all scrub all LVs, not just the mounted ones.
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | automatic_keep_alive.dart | 92 if (!mounted) { 109 assert(mounted); 145 if (!mounted) { 205 // haven't been deactivated yet. (This is why we check mounted 213 if (mounted && _handles.isEmpty) { 214 // If mounted is false, we went away as well, so there's nothing to do.
|
D | drag_target.dart | 230 /// need to check [State.mounted] to check whether the state receiving the 240 /// need to check [State.mounted] to check whether the state receiving the 250 /// This function will only be called while this widget is still mounted to 251 /// the tree (i.e. [State.mounted] is true). 391 if (mounted) { 399 if (mounted && widget.onDragEnd != null) { 534 if (!mounted) 546 if (!mounted)
|
/third_party/ltp/testcases/commands/unshare/ |
D | unshare01.sh | 98 mounted)
|
/third_party/ltp/testcases/kernel/security/smack/ |
D | README | 6 The smackfs filesystem must be mounted at /smack. One way to accomplish
|
/third_party/ntfs-3g/ |
D | README.md | 89 read-write mounted for everybody the following way as the root user 90 (unmount the volume if it was already mounted, and replace /dev/sda1 99 You can also make NTFS to be mounted during boot by putting the below
|
/third_party/e2fsprogs/tests/t_change_uuid_mounted/ |
D | script | 1 test_description="change uuid on a mounted pre-metadata-csum"
|