Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/include/
H A Dfs_mgr_overlayfs.h41 void TeardownAllOverlayForMountPoint(const std::string& mount_point = {});
/aosp14/system/core/fastboot/device/
H A Dflashing.cpp72 android::fs_mgr::TeardownAllOverlayForMountPoint(entry.mount_point); in WipeOverlayfsForPartition()
208 android::fs_mgr::TeardownAllOverlayForMountPoint(); in RemoveScratchPartition()
/aosp14/system/core/fs_mgr/
H A Dfs_mgr_overlayfs.cpp1652 void TeardownAllOverlayForMountPoint(const std::string& mount_point) { in TeardownAllOverlayForMountPoint() function