Home
last modified time | relevance | path

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

/system/core/fs_mgr/libfstab/
Dfstab.cpp508 std::vector<FstabPtrEntryType*> GetEntriesByPred(FstabPtr fstab, const Pred& pred) { in GetEntriesByPred() function
651 for (auto&& entry : GetEntriesByPred(fstab, pred)) { in TransformFstabForDsu()
862 return GetEntriesByPred(fstab, in GetEntriesForMountPoint()
868 auto&& vec = GetEntriesByPred(fstab, [&path, fstype](const FstabEntry& entry) { in GetEntryForMountPoint()
876 return GetEntriesByPred(fstab, in GetEntriesForMountPoint()