Home
last modified time | relevance | path

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

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