Home
last modified time | relevance | path

Searched refs:remount (Results 1 – 25 of 54) sorted by relevance

123

/external/toybox/toys/lsb/
Dmount.c271 struct mtab_list *mtl, *mtl2 = 0, *mm, *remount; in mount_main() local
303 remount = (void *)(long)comma_scan(opts, "remount", 0); in mount_main()
304 if (((toys.optflags & FLAG_a) && !access("/proc/mounts", R_OK)) || remount) { in mount_main()
306 if (remount) remount = mm; in mount_main()
311 if ((toys.optflags & FLAG_a) || (dev && (!dir || getuid() || remount))) { in mount_main()
312 if (!remount) dlist_terminate(mtl = xgetmountlist("/etc/fstab")); in mount_main()
314 for (mm = remount ? remount : mtl; mm; mm = (remount ? mm->prev : mm->next)) in mount_main()
341 if (mtl2 && !remount) in mount_main()
364 remount ? "/proc/mounts" : "fstab"); in mount_main()
/external/e2fsprogs/tests/m_error_behavior/
Dscript46 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
Dexpect7 error remount-ro
14 error default profile remount-ro
21 error fs_types profile remount-ro
23 error fs_types profile remount-ro
/external/linux-kselftest/tools/testing/selftests/mount/
DMakefile6 TEST_GEN_PROGS := unprivileged-remount-test
12 ./unprivileged-remount-test ; \
D.gitignore1 unprivileged-remount-test
/external/autotest/server/brillo/
Dhost_utils.py73 host.remount()
93 host.remount()
/external/skqp/tools/skpbench/
D_hardware_android.py18 self._adb.remount()
23 self._adb.remount()
D_adb.py45 def remount(self): member in Adb
/external/skia/tools/skpbench/
D_hardware_android.py18 self._adb.remount()
23 self._adb.remount()
D_adb.py45 def remount(self): member in Adb
/external/ltp/testcases/kernel/fs/quota_remount/
Dquota_remount_test01.sh97 mount -o remount,ro $MNTDIR || die 1 "Could not remount read-only"
100 mount -o remount,rw $MNTDIR || die 2 "Could not remount read-write"
/external/vogar/src/vogar/android/
DAdbTarget.java62 remount(); in await()
97 private void remount() { in remount() method in AdbTarget
/external/parameter-framework/upstream/tools/xmlGenerator/
DupdateRoutageDomains.sh83 adb remount
/external/nos/test/system-test-harness/scripts/
DREADME6 && adb wait-for-device root && adb remount
/external/ltp/testcases/kernel/security/integrity/ima/
DREADME39 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/
Dcgroup_regression_test.sh363 mount -t cgroup -o remount xxx cgroup/ 2> /dev/null
384 mount -t cgroup -o remount,$subsys xxx cgroup/ 2> /dev/null
/external/libusb/android/
DREADME62 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/
Dtest_robind.sh232 mount -o remount,ro,bind dir1 dir3-ro
/external/selinux/libsepol/tests/policies/test-hooks/
Dcmp_policy.conf148 remount
Dsmall-base.conf148 remount
/external/selinux/libsepol/tests/policies/test-expander/
Dalias-base.conf148 remount
Drole-base.conf148 remount
Duser-base.conf148 remount
/external/selinux/libsepol/tests/policies/test-deps/
Dbase-notmetreq.conf147 remount
Dsmall-base.conf148 remount

123