Home
last modified time | relevance | path

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

/system/core/fs_mgr/
Dfs_mgr_roots.cpp36 FstabEntry* GetEntryForPath(Fstab* fstab, const std::string& path) { in GetEntryForPath() function
75 auto rec = GetEntryForPath(fstab, path); in EnsurePathMounted()
139 auto rec = GetEntryForPath(fstab, path); in EnsurePathUnmounted()
/system/core/fs_mgr/include/fs_mgr/
Droots.h30 FstabEntry* GetEntryForPath(Fstab* fstab, const std::string& path);
/system/core/fs_mgr/libsnapshot/
Dutility.cpp33 using android::fs_mgr::GetEntryForPath;
132 if (GetEntryForPath(&fstab, path) == nullptr) { in New()
Dsnapshot_test.cpp1387 auto entry = GetEntryForPath(&fstab_, metadata_dir_); in IsMetadataMounted()