Home
last modified time | relevance | path

Searched refs:remount (Results 1 – 25 of 64) sorted by relevance

123

/system/core/fs_mgr/tests/
DAndroid.bp56 name: "adb-remount-test.sh",
57 srcs: ["adb-remount-test.sh"],
73 name: "adb-remount-sh",
74 src: "adb-remount-test.sh",
75 filename: "adb-remount-test.sh",
77 test_config: "adb-remount-sh.xml",
Dadb-remount-test.sh228 adb reboot remount-test </dev/null || true
1023 adb_su remount -R system </dev/null
1212 D=`adb remount 2>&1`
1556 H=`adb remount 2>&1`
1568 H=`adb remount 2>&1`
1594 img=${TMPDIR}/adb-remount-test-${$}.img
1636 D=`adb remount 2>&1`
1669 adb_su mount -o rw,remount /vendor </dev/null ||
1682 adb_su remount vendor </dev/null ||
1705 adb_su remount vendor </dev/null ||
[all …]
/system/connectivity/wificond/
Druntests.sh40 if adb remount | grep 'disable-verity'; then
46 adb remount
/system/core/fs_mgr/
DREADME.overlayfs.md7 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/
Dgsid.rc12 mkdir /metadata/gsi/remount 0771 root system
23 mkdir /data/gsi/remount 0700 root root
/system/apex/tests/testdata/
Dtrigger_watchdog.rc26 # 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/
Dbuild_and_run.sh99 adb shell mount -o remount,rw /
100 adb remount
/system/vold/fs/
DVfat.h31 status_t Mount(const std::string& source, const std::string& target, bool ro, bool remount,
DExt4.h31 status_t Mount(const std::string& source, const std::string& target, bool ro, bool remount,
DVfat.cpp113 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()
DExt4.cpp126 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/
Dbuild_and_run_biquad_filter.sh18 adb root && adb wait-for-device remount
Dbuild_and_run_all_unit_tests.sh18 adb root && adb wait-for-device remount
/system/sepolicy/prebuilts/api/28.0/public/
Dsdcardd.te7 allow sdcardd sdcardfs:filesystem remount;
/system/sepolicy/prebuilts/api/27.0/public/
Dsdcardd.te7 allow sdcardd sdcardfs:filesystem remount;
Dvold.te43 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
/system/sepolicy/prebuilts/api/26.0/public/
Dsdcardd.te7 allow sdcardd sdcardfs:filesystem remount;
Dvold.te40 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/core/fs_mgr/libsnapshot/
Dfuzz.sh29 adb root && adb remount &&
/system/sepolicy/prebuilts/api/29.0/public/
Dsdcardd.te7 allow sdcardd sdcardfs:filesystem remount;
Dvold.te67 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/
Dsdcardd.te7 allow sdcardd sdcardfs:filesystem remount;
/system/sepolicy/public/
Dsdcardd.te8 allow sdcardd sdcardfs:filesystem remount;
/system/core/init/test_service/
DREADME.md36 adb remount
/system/sepolicy/prebuilts/api/31.0/public/
Dsdcardd.te8 allow sdcardd sdcardfs:filesystem remount;

123