HomeSort by relevance Sort by last modified time
    Searched refs:remount (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/linux-kselftest/tools/testing/selftests/mount/
Makefile 6 TEST_GEN_PROGS := unprivileged-remount-test
12 ./unprivileged-remount-test ; \
  /frameworks/av/media/libaudioprocessing/tests/
run_all_unit_tests.sh 9 adb root && adb wait-for-device remount
build_and_run_all_unit_tests.sh 16 adb root && adb wait-for-device remount
  /hardware/interfaces/wifi/1.2/default/tests/
runtests.sh 37 #'disable-verity' will appear in 'adb remount' output if
39 if adb remount | grep 'disable-verity'; then
45 adb remount
  /system/connectivity/wificond/
runtests.sh 38 # 'disable-verity' will appear in 'adb remount' output if
40 if adb remount | grep 'disable-verity'; then
46 adb remount
  /system/connectivity/wifilogd/
runtests.sh 37 # 'disable-verity' will appear in 'adb remount' output if
39 if adb remount | grep 'disable-verity'; then
45 adb remount
  /system/vold/fs/
Vfat.h 32 bool remount, bool executable, int ownerUid, int ownerGid, int permMask,
Ext4.h 32 bool remount, bool executable);
Ext4.cpp 80 char *tmpmnt_opts = (char*) "nomblk_io_submit,errors=remount-ro";
133 bool remount, bool executable) {
144 flags |= (remount ? MS_REMOUNT : 0);
Vfat.cpp 117 bool remount, bool executable, int ownerUid, int ownerGid, int permMask,
129 flags |= (remount ? MS_REMOUNT : 0);
  /external/toybox/toys/lsb/
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 as a boolean for a bit here
    [all...]
  /device/google/wahoo/wifi_offload/test/
runtest.sh 35 adb remount
  /external/autotest/server/brillo/
host_utils.py 73 host.remount()
93 host.remount()
  /external/skia/tools/skpbench/
_hardware_android.py 18 self._adb.remount()
23 self._adb.remount()
  /external/skqp/tools/skpbench/
_hardware_android.py 18 self._adb.remount()
23 self._adb.remount()
  /system/core/libnativeloader/test/
runtest.sh 3 adb remount
  /system/tools/aidl/
runtests.sh 37 adb remount
  /frameworks/opt/net/lowpan/tests/
prepdevice.sh 29 adb remount || die
  /external/ltp/testcases/kernel/fs/quota_remount/
quota_remount_test01.sh 67 tst_resm TFAIL "Quota on Remount Failed"
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"
110 tst_resm TINFO "Usage successfully Changed after Remount"
111 tst_resm TPASS "Quota on Remount Successfull"
  /tools/test/connectivity/acts/tests/google/bt/setup/
BtPreFlightTest.py 50 remount_check = "remount succeeded"
53 remount_result = ad.adb.remount()
62 remount_result = ad.adb.remount()
64 self.abort_all("Unable to remount device")
  /system/media/audio_utils/tests/
build_and_run_all_unit_tests.sh 18 adb root && adb wait-for-device remount
  /external/parameter-framework/upstream/tools/xmlGenerator/
updateRoutageDomains.sh 83 adb remount
  /system/bt/vendor_libs/test_vendor_lib/scripts/
build_and_run.sh 99 adb shell mount -o remount,rw /
100 adb remount
  /test/vts/testcases/host/reboot/RebootRootRemountTest/
RebootRootRemountTest.py 28 """Tests if device can root and remount /system partition after reboot.
56 # Remount /system partition as r/w.
57 self.dut.adb.remount()
60 asserts.fail("Root/remount failed.")
  /external/vogar/src/vogar/android/
AdbTarget.java 62 remount(); method
97 private void remount() { method in class:AdbTarget
98 new Command(log, "adb", "remount").execute();

Completed in 2314 milliseconds

1 2 3