/external/autotest/client/site_tests/platform_CrosDisksFilesystem/ |
D | vfat_tests | 8 "test_mount_options": [ "ro", "nodev", "noexec", "nosuid", "sync" ], 18 "test_mount_options": [ "ro", "nodev", "noexec", "nosuid", "sync" ], 28 "test_mount_options": [ "ro", "nodev", "noexec", "nosuid", "sync" ], 40 "test_mount_options": [ "rw", "nodev", "noexec", "nosuid", "sync" ],
|
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 | 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 | 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 | 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/u-boot/drivers/adc/ |
D | adc-uclass.c | 306 goto nodev; in adc_vdd_value() 312 nodev: in adc_vdd_value() 327 goto nodev; in adc_vss_value() 333 nodev: in adc_vss_value()
|
/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
|
/external/syzkaller/vm/qemu/ |
D | qemu.go | 517 mount -t debugfs nodev /sys/kernel/debug/
|
/external/toybox/www/doc/ |
D | mount.txt | 31 (ro,noexec,nodev,nosuid,noatime...) each of which corresponds to a flag
|