Searched refs:remount (Results 1 - 25 of 26) sorted by relevance

12

/external/linux-kselftest/tools/testing/selftests/mount/
H A DMakefile6 TEST_GEN_PROGS := unprivileged-remount-test
12 ./unprivileged-remount-test ; \
/external/skia/tools/skpbench/
H A D_hardware_android.py18 self._adb.remount()
23 self._adb.remount()
H A D_adb.py45 def remount(self): member in class:Adb
46 self.__invoke('remount')
/external/skqp/tools/skpbench/
H A D_hardware_android.py18 self._adb.remount()
23 self._adb.remount()
H A D_adb.py45 def remount(self): member in class:Adb
46 self.__invoke('remount')
/external/toybox/toys/lsb/
H A Dmount.c67 // TODO make "mount --bind,ro old new" work (implicit -o remount)
69 // TODO mount -o remount
72 // TODO "mount -a -o remount,ro" should detect overmounts
76 // TODO mount -o remount a user mount
102 {"remount", MS_REMOUNT}, {"move", MS_MOVE},
271 struct mtab_list *mtl, *mtl2 = 0, *mm, *remount; local
274 // remount
281 // we can modify fstab entries with -a, or mtab with remount.)
300 // For remount we need _last_ match (in case of overmounts), so traverse
301 // in reverse order. (Yes I'm using remount a
[all...]
/external/autotest/server/brillo/
H A Dhost_utils.py73 host.remount()
93 host.remount()
/external/ltp/testcases/kernel/fs/quota_remount/
H A 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"
108 die 1 "Usage did not change after remount"
/external/parameter-framework/upstream/tools/xmlGenerator/
H A DupdateRoutageDomains.sh83 adb remount
/external/vogar/src/vogar/android/
H A DAdbTarget.java62 remount();
97 private void remount() { method in class:AdbTarget
98 new Command(log, "adb", "remount").execute();
/external/ltp/testcases/kernel/fs/fs_readonly/
H A Dtest_robind.sh31 # c) mount -o remount,ro
232 mount -o remount,ro,bind dir1 dir3-ro
234 tst_brkm TBROK "mount -o remount,ro,bind dir1 dir3-ro failed"
/external/ltp/testcases/kernel/controllers/cgroup/
H A Dcgroup_regression_test.sh341 # Bug: There was a bug when remount cgroup fs with some dead subdirs in
361 # remount with new subsystems added
362 # since 2.6.28, this remount will fail
363 mount -t cgroup -o remount xxx cgroup/ 2> /dev/null
382 # remount with some subsystems removed
383 # since 2.6.28, this remount will fail
384 mount -t cgroup -o remount,$subsys xxx cgroup/ 2> /dev/null
414 # remount to add new subsystems to the hierarchy
/external/selinux/libsepol/tests/policies/test-expander/
H A Dalias-base.conf148 remount
H A Drole-base.conf148 remount
H A Duser-base.conf148 remount
H A Dsmall-base.conf148 remount
/external/selinux/libsepol/tests/policies/test-hooks/
H A Dcmp_policy.conf148 remount
H A Dsmall-base.conf148 remount
/external/selinux/libsepol/tests/policies/test-deps/
H A Dbase-metreq.conf148 remount
H A Dbase-notmetreq.conf147 remount
H A Dsmall-base.conf148 remount
/external/selinux/libsepol/tests/policies/test-linker/
H A Dsmall-base.conf148 remount
/external/compiler-rt/lib/asan/scripts/
H A Dasan_device_setup50 $ADB remount
55 $ADB shell su -c "mount -o remount,rw $STORAGE /system"
/external/autotest/server/hosts/
H A Dadb_host.py688 def remount(self): member in class:ADBHost
694 self.adb_run('remount')
/external/selinux/libsepol/tests/policies/test-cond/
H A Drefpolicy-base.conf143 remount

Completed in 2112 milliseconds

12