/external/linux-kselftest/tools/testing/selftests/mount/ |
H A D | Makefile | 6 TEST_GEN_PROGS := unprivileged-remount-test 12 ./unprivileged-remount-test ; \
|
/external/skia/tools/skpbench/ |
H A D | _hardware_android.py | 18 self._adb.remount() 23 self._adb.remount()
|
H A D | _adb.py | 45 def remount(self): member in class:Adb 46 self.__invoke('remount')
|
/external/skqp/tools/skpbench/ |
H A D | _hardware_android.py | 18 self._adb.remount() 23 self._adb.remount()
|
H A D | _adb.py | 45 def remount(self): member in class:Adb 46 self.__invoke('remount')
|
/external/toybox/toys/lsb/ |
H A D | mount.c | 67 // 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 D | host_utils.py | 73 host.remount() 93 host.remount()
|
/external/ltp/testcases/kernel/fs/quota_remount/ |
H A D | quota_remount_test01.sh | 97 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 D | updateRoutageDomains.sh | 83 adb remount
|
/external/vogar/src/vogar/android/ |
H A D | AdbTarget.java | 62 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 D | test_robind.sh | 31 # 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 D | cgroup_regression_test.sh | 341 # 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 D | alias-base.conf | 148 remount
|
H A D | role-base.conf | 148 remount
|
H A D | user-base.conf | 148 remount
|
H A D | small-base.conf | 148 remount
|
/external/selinux/libsepol/tests/policies/test-hooks/ |
H A D | cmp_policy.conf | 148 remount
|
H A D | small-base.conf | 148 remount
|
/external/selinux/libsepol/tests/policies/test-deps/ |
H A D | base-metreq.conf | 148 remount
|
H A D | base-notmetreq.conf | 147 remount
|
H A D | small-base.conf | 148 remount
|
/external/selinux/libsepol/tests/policies/test-linker/ |
H A D | small-base.conf | 148 remount
|
/external/compiler-rt/lib/asan/scripts/ |
H A D | asan_device_setup | 50 $ADB remount 55 $ADB shell su -c "mount -o remount,rw $STORAGE /system"
|
/external/autotest/server/hosts/ |
H A D | adb_host.py | 688 def remount(self): member in class:ADBHost 694 self.adb_run('remount')
|
/external/selinux/libsepol/tests/policies/test-cond/ |
H A D | refpolicy-base.conf | 143 remount
|