Searched refs:GetEntryForPath (Results 1 – 4 of 4) sorted by relevance
30 FstabEntry* GetEntryForPath(Fstab* fstab, const std::string& path);
37 FstabEntry* GetEntryForPath(Fstab* fstab, const std::string& path) { in GetEntryForPath() function158 auto rec = GetEntryForPath(fstab, path); in EnsurePathUnmounted()
38 using android::fs_mgr::GetEntryForPath;138 if (GetEntryForPath(&fstab, path) == nullptr) { in New()
1967 auto entry = GetEntryForPath(&fstab_, metadata_dir_); in IsMetadataMounted()