Home
last modified time | relevance | path

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

/aosp12/system/core/fs_mgr/include/
H A Dfs_mgr_overlayfs.h47 void MapScratchPartitionIfNeeded(Fstab* fstab,
/aosp12/system/core/fs_mgr/
H A Dfs_mgr_overlayfs.cpp112 void MapScratchPartitionIfNeeded(Fstab*, const std::function<bool(const std::set<std::string>&)>&) { in MapScratchPartitionIfNeeded() function
1521 void MapScratchPartitionIfNeeded(Fstab* fstab, in MapScratchPartitionIfNeeded() function
/aosp12/system/core/init/
H A Dfirst_stage_mount.cpp608 MapScratchPartitionIfNeeded(&fstab_, init_devices); in MountPartitions()