Home
last modified time | relevance | path

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

123

/system/core/fs_mgr/tests/
DAndroid.bp53 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",
Dadb-remount-test.sh221 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/
Druntests.sh39 if adb remount | grep 'disable-verity'; then
45 adb remount
/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
18 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/tools/aidl/tests/java_app/
DREADME7 $ adb remount && adb sync
/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;
/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/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.te7 allow sdcardd sdcardfs:filesystem remount;
/system/core/fs_mgr/libsnapshot/
Dfuzz.sh29 adb root && adb remount &&
/system/core/init/test_service/
DREADME.md36 adb remount

123