Home
last modified time | relevance | path

Searched refs:scratch_device (Results 1 – 2 of 2) sorted by relevance

/aosp14/system/core/fs_mgr/
H A Dfs_mgr_overlayfs.cpp952 fs_mgr_set_blk_ro(scratch_device, false); in MakeScratchFilesystem()
1066 } else if (scratch_device->empty()) { in CreateDynamicScratch()
1183 std::string scratch_device; in fs_mgr_overlayfs_setup_scratch() local
1192 if (MountScratch(scratch_device)) { in fs_mgr_overlayfs_setup_scratch()
1210 return MountScratch(scratch_device); in fs_mgr_overlayfs_setup_scratch()
1323 if (!fs_mgr_rw_access(scratch_device)) { in TryMountScratch()
1326 if (!WaitForFile(scratch_device, 10s)) { in TryMountScratch()
1335 MountScratch(scratch_device); in TryMountScratch()
1568 if (!scratch_device.empty()) { in fs_mgr_overlayfs_teardown()
1702 std::string scratch_device; in TeardownAllOverlayForMountPoint() local
[all …]
/aosp14/system/core/fs_mgr/tests/
H A Dadb-remount-test.sh1253 scratch_device=$(echo "${M}" | awk '{ print $1 }')
1255 scratch_size=$(adb_sh df -k "${scratch_device}" </dev/null |
1257 [ -z "${scratch_size}" ] && die "cannot get size of scratch device (${scratch_device})"
1279 …LOG INFO "scratch device ${scratch_device} filesystem ${scratch_filesystem} size ${scratch_size}Ki…