/external/autotest/client/site_tests/platform_CrosDisksFilesystem/ |
D | exfat_tests | 8 "test_mount_options": [ "ro", "nodev", "noexec", "nosuid", "sync" ], 17 "test_mount_options": [ "ro", "nodev", "noexec", "nosuid", "sync" ], 28 "test_mount_options": [ "rw", "nodev", "noexec", "nosuid", "sync" ],
|
D | ext3_tests | 8 "test_mount_options": [ "ro", "nodev", "noexec", "nosuid", "sync" ], 18 "test_mount_options": [ "ro", "nodev", "noexec", "nosuid", "sync" ], 29 "test_mount_options": [ "rw", "nodev", "noexec", "nosuid", "sync" ],
|
D | ext4_tests | 8 "test_mount_options": [ "ro", "nodev", "noexec", "nosuid", "sync" ], 18 "test_mount_options": [ "ro", "nodev", "noexec", "nosuid", "sync" ], 29 "test_mount_options": [ "rw", "nodev", "noexec", "nosuid", "sync" ],
|
D | ext2_tests | 8 "test_mount_options": [ "ro", "nodev", "noexec", "nosuid", "sync" ], 18 "test_mount_options": [ "ro", "nodev", "noexec", "nosuid", "sync" ], 29 "test_mount_options": [ "rw", "nodev", "noexec", "nosuid", "sync" ],
|
D | vfat_tests | 8 "test_mount_options": [ "ro", "nodev", "noexec", "nosuid", "sync" ], 18 "test_mount_options": [ "ro", "nodev", "noexec", "nosuid", "sync" ], 29 "test_mount_options": [ "rw", "nodev", "noexec", "nosuid", "sync" ],
|
D | ntfs_tests | 9 "test_mount_options": [ "ro", "nodev", "noexec", "nosuid", "sync" ], 20 "test_mount_options": [ "ro", "nodev", "noexec", "nosuid", "sync" ], 32 "test_mount_options": [ "rw", "nodev", "noexec", "nosuid", "sync" ],
|
/external/libnl/python/netlink/route/ |
D | tc.py | 199 def brief(self, title, nodev=False, noparent=False): argument 202 if not nodev: 322 def format(self, details=False, stats=False, nodev=False, argument 327 buf = fmt.format(self.brief('qdisc', nodev, noparent)) 450 def format(self, details=False, _stats=False, nodev=False, argument 455 buf = fmt.format(self.brief('class', nodev, noparent)) 525 def format(self, details=False, _stats=False, nodev=False, argument 530 buf = fmt.format(self.brief('classifier', nodev, noparent))
|
D | address.py | 335 def format(self, details=False, stats=False, nodev=False, indent=''): argument 341 if not nodev:
|
/external/autotest/client/site_tests/platform_CrosDisksRename/ |
D | vfat_tests | 9 "mount_options": ["rw", "nodev", "noexec", "nosuid", "sync" ],
|
D | exfat_tests | 9 "mount_options": ["rw", "nodev", "noexec", "nosuid", "sync" ],
|
D | ntfs_tests | 9 "mount_options": ["rw", "nodev", "noexec", "nosuid", "sync" ],
|
/external/linux-kselftest/tools/testing/selftests/rcutorture/doc/ |
D | initrd.txt | 48 mount -t sysfs -o nodev,noexec,nosuid sysfs /sys 49 mount -t proc -o nodev,noexec,nosuid proc /proc
|