Searched refs:fs_mgr_overlayfs_mount_scratch (Results 1 – 1 of 1) sorted by relevance
/aosp12/system/core/fs_mgr/ |
H A D | fs_mgr_overlayfs.cpp | 829 bool fs_mgr_overlayfs_mount_scratch(const std::string& device_path, const std::string mnt_type, in fs_mgr_overlayfs_mount_scratch() function 1212 if (fs_mgr_overlayfs_mount_scratch(scratch_device, mnt_type)) { in fs_mgr_overlayfs_setup_scratch() 1230 return fs_mgr_overlayfs_mount_scratch(scratch_device, mnt_type); in fs_mgr_overlayfs_setup_scratch() 1284 if (!fs_mgr_overlayfs_mount_scratch(scratch_device, mount_type, true /* readonly */)) { in TryMountScratch() 1290 fs_mgr_overlayfs_mount_scratch(scratch_device, mount_type); in TryMountScratch() 1470 mount_scratch = fs_mgr_overlayfs_mount_scratch(scratch_device, in fs_mgr_overlayfs_teardown() 1591 if (fs_mgr_overlayfs_mount_scratch(scratch_device, fs_mgr_overlayfs_scratch_mount_type())) { in TeardownAllOverlayForMountPoint() 1608 if (fs_mgr_overlayfs_mount_scratch(scratch_device, fs_mgr_overlayfs_scratch_mount_type())) { in TeardownAllOverlayForMountPoint()
|