/external/toybox/toys/lsb/ |
D | mount.c | 293 struct mtab_list *mtl, *mtl2 = 0, *mm, *remount; in mount_main() local 325 remount = (void *)(long)comma_scan(opts, "remount", 0); in mount_main() 326 if ((FLAG(a) && !access("/proc/mounts", R_OK)) || remount) { in mount_main() 328 if (remount) remount = mm; in mount_main() 333 if (FLAG(a) || (dev && (!dir || getuid() || remount))) { in mount_main() 334 if (!remount) dlist_terminate(mtl = xgetmountlist("/etc/fstab")); in mount_main() 336 for (mm = remount ? remount : mtl; mm; mm = (remount ? mm->prev : mm->next)) in mount_main() 363 if (mtl2 && !remount) in mount_main() 386 remount ? "/proc/mounts" : "fstab"); in mount_main()
|
/external/e2fsprogs/tests/m_error_behavior/ |
D | script | 46 echo "error remount-ro" >> $OUT 47 $MKE2FS -e remount-ro -F $TMPFILE > /dev/null 2>&1 66 echo "error default profile remount-ro" >> $OUT 67 write_defaults_conf remount-ro 88 echo "error fs_types profile remount-ro" >> $OUT 89 write_section_conf remount-ro 94 echo "error fs_types profile remount-ro" >> $OUT 95 write_section_conf remount-ro
|
D | expect | 7 error remount-ro 14 error default profile remount-ro 21 error fs_types profile remount-ro 23 error fs_types profile remount-ro
|
/external/autotest/server/brillo/ |
D | host_utils.py | 73 host.remount() 93 host.remount()
|
/external/skqp/tools/skpbench/ |
D | _hardware_android.py | 18 self._adb.remount() 23 self._adb.remount()
|
D | _adb.py | 45 def remount(self): member in Adb
|
/external/ltp/testcases/kernel/fs/quota_remount/ |
D | quota_remount_test01.sh | 107 mount -o remount,ro $MNTDIR || die 1 "Could not remount read-only" 110 mount -o remount,rw $MNTDIR || die 2 "Could not remount read-write"
|
/external/skia/tools/skpbench/ |
D | _hardware_android.py | 19 self._adb.remount() 24 self._adb.remount()
|
D | _adb.py | 47 def remount(self): member in Adb
|
/external/linux-kselftest/tools/testing/selftests/mount/ |
D | .gitignore | 1 unprivileged-remount-test
|
D | run_tests.sh | 8 ./unprivileged-remount-test ;
|
D | Makefile | 7 TEST_GEN_FILES := unprivileged-remount-test
|
/external/vogar/src/vogar/android/ |
D | AdbTarget.java | 62 remount(); in await() 97 private void remount() { in remount() method in AdbTarget
|
/external/parameter-framework/upstream/tools/xmlGenerator/ |
D | updateRoutageDomains.sh | 83 adb remount
|
/external/rust/crates/num_cpus/fixtures/cgroups/proc/cgroups/ |
D | mountinfo | 1 1 0 8:1 / / rw,noatime shared:1 - ext4 /dev/sda1 rw,errors=remount-ro,data=reordered
|
/external/ltp/testcases/kernel/security/integrity/ima/ |
D | README | 39 be added on the remount line in /etc/rc.sysinit: 43 action $"Remounting root filesystem in read-write mode: " mount -n -o remount,rw,iversion /
|
/external/ltp/testcases/kernel/controllers/cgroup/ |
D | cgroup_regression_test.sh | 332 mount -t cgroup -o remount xxx cgroup/ 2> /dev/null 355 mount -t cgroup -o remount,$subsys xxx cgroup/ 2> /dev/null
|
/external/libusb/android/ |
D | README | 62 adb shell su -c "mount -o remount,rw /system" 79 adb shell su -c "mount -o remount,ro /system"
|
/external/ltp/testcases/kernel/fs/fs_readonly/ |
D | test_robind.sh | 232 mount -o remount,ro,bind dir1 dir3-ro
|
/external/mesa3d/docs/ |
D | android.rst | 57 driver development, we need to unlock the device and remount 64 adb remount -R
|
/external/toybox/www/doc/ |
D | mount.txt | 24 "mount -o remount -w" is equivalent to "mount -o remount,rw"). Behind the 39 require any specific filesystem at all. The "-o remount" flag requires looking
|
/external/selinux/libsepol/tests/policies/test-hooks/ |
D | small-base.conf | 148 remount
|
D | cmp_policy.conf | 148 remount
|
/external/selinux/libsepol/tests/policies/test-expander/ |
D | alias-base.conf | 148 remount
|
D | role-base.conf | 148 remount
|