Home
last modified time | relevance | path

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

/aosp12/system/core/fs_mgr/
H A Dfs_mgr_overlayfs.cpp146 const auto kScratchMountPoint = "/mnt/scratch"s; variable
154 return {kScratchMountPoint}; in OverlayMountPoints()
156 return {kScratchMountPoint, kCacheMountPoint}; in OverlayMountPoints()
491 umount2(kScratchMountPoint.c_str(), MNT_DETACH); in fs_mgr_overlayfs_umount_scratch()
492 LINFO << "umount(" << kScratchMountPoint << ")"; in fs_mgr_overlayfs_umount_scratch()
493 rmdir(kScratchMountPoint.c_str()); in fs_mgr_overlayfs_umount_scratch()
498 if (overlay != kScratchMountPoint) return true; in fs_mgr_overlayfs_teardown_scratch()
845 PERROR << "create " << kScratchMountPoint; in fs_mgr_overlayfs_mount_scratch()
850 entry.mount_point = kScratchMountPoint; in fs_mgr_overlayfs_mount_scratch()
885 if (!mounted) rmdir(kScratchMountPoint.c_str()); in fs_mgr_overlayfs_mount_scratch()
[all …]