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

1 2 3

  /external/linux-kselftest/tools/testing/selftests/mount/
Makefile 4 all: unprivileged-remount-test
6 unprivileged-remount-test: unprivileged-remount-test.c
7 $(CC) $(CFLAGS) unprivileged-remount-test.c -o unprivileged-remount-test
11 TEST_PROGS := unprivileged-remount-test
14 ./unprivileged-remount-test ; \
21 rm -f 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
mixer_to_wav_tests.sh 48 adb root && adb wait-for-device remount
  /system/connectivity/wifilogd/
runtests.sh 35 adb remount
  /system/media/audio_utils/tests/
build_and_run_all_unit_tests.sh 18 adb root && adb wait-for-device 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 81 char *tmpmnt_opts = (char*) "nomblk_io_submit,errors=remount-ro";
134 bool remount, bool executable) {
145 flags |= (remount ? MS_REMOUNT : 0);
Vfat.cpp 127 bool remount, bool executable, int ownerUid, int ownerGid, int permMask,
140 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},
268 struct mtab_list *mtl, *mtl2 = 0, *mm, *remount; local
271 // remount
278 // we can modify fstab entries with -a, or mtab with remount.)
297 // For remount we need _last_ match (in case of overmounts), so traverse
298 // in reverse order. (Yes I'm using remount as a boolean for a bit here
    [all...]
  /external/autotest/server/brillo/
host_utils.py 73 host.remount()
93 host.remount()
  /system/connectivity/wificond/
runtests.sh 36 adb remount
  /system/tools/aidl/
runtests.sh 37 adb remount
  /external/ltp/testcases/kernel/fs/quota_remount/
quota_remount_test01.sh 68 tst_resm TFAIL "Quota on Remount Failed"
98 mount -o remount,ro $MNTDIR || die 1 "Could not remount read-only"
101 mount -o remount,rw $MNTDIR || die 2 "Could not remount read-write"
109 die 1 "Usage did not change after remount"
111 tst_resm TINFO "Usage successfully Changed after Remount"
112 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")
  /external/parameter-framework/upstream/tools/xmlGenerator/
updateRoutageDomains.sh 83 adb remount
  /external/skia/tools/skpbench/
_hardware_android.py 18 self._adb.remount()
_adb.py 44 def remount(self): member in class:Adb
45 self.__invoke('remount')
  /system/bt/vendor_libs/test_vendor_lib/scripts/
build_and_run.sh 99 adb shell mount -o remount,rw /
100 adb remount
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/
adb_install_cert.py 146 self._adb_su_shell('mount', '-o', 'remount,rw', '/system')
201 self._adb_su_shell('mount', '-o', 'remount,rw', '/system')
  /external/linux-kselftest/android/
kselftest_test_list.mk 54 kselftest_mount_tests_unprivileged-remount-test \
  /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();
  /test/vts/testcases/host/reboot/RebootRootRemountTest/
RebootRootRemountTest.py 29 """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.")
  /packages/apps/Test/connectivity/PMC/
build_pmc.sh 73 adb wait-for-device remount

Completed in 2456 milliseconds

1 2 3