Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/
H A Dfs_mgr_overlayfs.cpp831 bool MountScratch(const std::string& device_path, bool readonly = false) { in MountScratch() function
1192 if (MountScratch(scratch_device)) { in fs_mgr_overlayfs_setup_scratch()
1210 return MountScratch(scratch_device); in fs_mgr_overlayfs_setup_scratch()
1329 if (!MountScratch(scratch_device, true /* readonly */)) { in TryMountScratch()
1335 MountScratch(scratch_device); in TryMountScratch()
1569 mount_scratch = MountScratch(scratch_device); in fs_mgr_overlayfs_teardown()
1690 if (MountScratch(info->device)) { in TeardownAllOverlayForMountPoint()
1705 if (MountScratch(scratch_device)) { in TeardownAllOverlayForMountPoint()