Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/include/fs_mgr/
H A Droots.h30 FstabEntry* GetEntryForPath(Fstab* fstab, const std::string& path);
/aosp14/system/core/fs_mgr/
H A Dfs_mgr_roots.cpp37 FstabEntry* GetEntryForPath(Fstab* fstab, const std::string& path) { in GetEntryForPath() function
158 auto rec = GetEntryForPath(fstab, path); in EnsurePathUnmounted()
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dutility.cpp38 using android::fs_mgr::GetEntryForPath;
138 if (GetEntryForPath(&fstab, path) == nullptr) { in New()
H A Dsnapshot_test.cpp1967 auto entry = GetEntryForPath(&fstab_, metadata_dir_); in IsMetadataMounted()