Searched refs:remount (Results 1 – 25 of 40) sorted by relevance
12
/system/connectivity/wifilogd/ |
D | runtests.sh | 39 if adb remount | grep 'disable-verity'; then 45 adb remount
|
/system/connectivity/wificond/ |
D | runtests.sh | 40 if adb remount | grep 'disable-verity'; then 46 adb remount
|
/system/bt/vendor_libs/test_vendor_lib/scripts/ |
D | build_and_run.sh | 99 adb shell mount -o remount,rw / 100 adb remount
|
/system/core/libutils/tests/ |
D | README.txt | 6 adb remount
|
/system/vold/fs/ |
D | Vfat.h | 32 bool remount, bool executable, int ownerUid, int ownerGid, int permMask,
|
D | Vfat.cpp | 117 bool remount, bool executable, int ownerUid, int ownerGid, int permMask, in Mount() argument 129 flags |= (remount ? MS_REMOUNT : 0); in Mount()
|
D | Ext4.h | 32 bool remount, bool executable);
|
D | Ext4.cpp | 133 bool remount, bool executable) { in Mount() argument 144 flags |= (remount ? MS_REMOUNT : 0); in Mount()
|
/system/core/libnativeloader/test/ |
D | runtest.sh | 3 adb remount
|
/system/tools/aidl/ |
D | runtests.sh | 37 adb remount
|
/system/tools/aidl/tests/java_app/ |
D | README | 7 $ adb remount && adb sync
|
/system/media/audio_utils/tests/ |
D | build_and_run_all_unit_tests.sh | 18 adb root && adb wait-for-device remount
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | sdcardd.te | 7 allow sdcardd sdcardfs:filesystem remount;
|
D | vold.te | 43 allow vold sdcard_type:filesystem { mount remount unmount }; # TODO: deprecated in M 165 # vold needs to chroot into app namespaces to remount when runtime permissions change
|
D | kernel.te | 41 # remount filesystems read-only. /data is not mounted at this point,
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | sdcardd.te | 7 allow sdcardd sdcardfs:filesystem remount;
|
D | vold.te | 40 allow vold sdcard_type:filesystem { mount remount unmount }; # TODO: deprecated in M 162 # vold needs to chroot into app namespaces to remount when runtime permissions change
|
D | kernel.te | 41 # remount filesystems read-only. /data is not mounted at this point,
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | sdcardd.te | 7 allow sdcardd sdcardfs:filesystem remount;
|
D | vold.te | 51 allow vold sdcard_type:filesystem { mount remount unmount }; # TODO: deprecated in M 190 # vold needs to chroot into app namespaces to remount when runtime permissions change
|
D | kernel.te | 41 # remount filesystems read-only. /data is not mounted at this point,
|
/system/sepolicy/public/ |
D | sdcardd.te | 7 allow sdcardd sdcardfs:filesystem remount;
|
D | vold.te | 51 allow vold sdcard_type:filesystem { mount remount unmount }; # TODO: deprecated in M 190 # vold needs to chroot into app namespaces to remount when runtime permissions change
|
/system/core/init/test_service/ |
D | README.md | 36 adb remount
|
/system/extras/tests/sdcard/ |
D | README | 17 adb remount
|
12