Searched refs:remount (Results 1 – 25 of 60) sorted by relevance
123
/system/core/fs_mgr/tests/ |
D | Android.bp | 53 name: "adb-remount-test.sh", 54 srcs: ["adb-remount-test.sh"], 70 name: "adb-remount-sh", 71 src: "adb-remount-test.sh", 72 filename: "adb-remount-test.sh", 74 test_config: "adb-remount-sh.xml",
|
D | adb-remount-test.sh | 221 adb reboot remount-test </dev/null || true 988 adb_su remount -R system </dev/null 1177 D=`adb remount 2>&1` 1521 H=`adb remount 2>&1` 1533 H=`adb remount 2>&1` 1559 img=${TMPDIR}/adb-remount-test-${$}.img 1601 D=`adb remount 2>&1` 1634 adb_su mount -o rw,remount /vendor </dev/null || 1647 adb_su remount vendor </dev/null || 1668 adb_su remount vendor </dev/null || [all …]
|
/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/core/fs_mgr/ |
D | README.overlayfs.md | 7 Users working with userdebug or eng builds expect to be able to remount the 14 This means that a remount either isn’t possible, or isn't useful because of 21 Performing a remount 24 Use the following sequence to perform the remount. 31 $ adb remount 52 $ adb remount -R 54 **Note:** _adb remount -R_ won’t reboot if the device is already in the adb remount state. 57 The decisions whether to use traditional direct file-system remount, 125 to confusion. When debugging using **adb remount** it is
|
/system/gsid/ |
D | gsid.rc | 12 mkdir /metadata/gsi/remount 0771 root system 18 mkdir /data/gsi/remount 0700 root root
|
/system/apex/tests/testdata/ |
D | trigger_watchdog.rc | 26 # Simulate a situation when userspace reboot fails to remount userdata. Since triggers in 28 # executed init already executed `on userspace-reboot-fs-remount` trigger in rootdir/init.rc, 30 on userspace-reboot-fs-remount && property:test.apex_userspace_reboot_simulate_remount_failed=1
|
/system/bt/vendor_libs/test_vendor_lib/scripts/ |
D | build_and_run.sh | 99 adb shell mount -o remount,rw / 100 adb remount
|
/system/vold/fs/ |
D | Vfat.h | 31 status_t Mount(const std::string& source, const std::string& target, bool ro, bool remount,
|
D | Ext4.h | 31 status_t Mount(const std::string& source, const std::string& target, bool ro, bool remount,
|
D | Vfat.cpp | 113 status_t Mount(const std::string& source, const std::string& target, bool ro, bool remount, in Mount() argument 125 flags |= (remount ? MS_REMOUNT : 0); in Mount()
|
D | Ext4.cpp | 126 status_t Mount(const std::string& source, const std::string& target, bool ro, bool remount, in Mount() argument 138 flags |= (remount ? MS_REMOUNT : 0); in Mount()
|
/system/media/audio_utils/tests/ |
D | build_and_run_biquad_filter.sh | 18 adb root && adb wait-for-device remount
|
D | build_and_run_all_unit_tests.sh | 18 adb root && adb wait-for-device remount
|
/system/tools/aidl/tests/java_app/ |
D | README | 7 $ adb remount && adb sync
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | sdcardd.te | 7 allow sdcardd sdcardfs:filesystem remount;
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | sdcardd.te | 7 allow sdcardd sdcardfs:filesystem remount;
|
/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
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | sdcardd.te | 7 allow sdcardd sdcardfs:filesystem remount;
|
D | vold.te | 67 allow vold sdcard_type:filesystem { mount remount unmount }; # TODO: deprecated in M 131 allow vold labeledfs:filesystem { mount unmount remount }; 221 # vold needs to chroot into app namespaces to remount when runtime permissions change
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | sdcardd.te | 7 allow sdcardd sdcardfs:filesystem remount;
|
/system/sepolicy/public/ |
D | sdcardd.te | 7 allow sdcardd sdcardfs:filesystem remount;
|
/system/core/fs_mgr/libsnapshot/ |
D | fuzz.sh | 29 adb root && adb remount &&
|
/system/core/init/test_service/ |
D | README.md | 36 adb remount
|
123