Searched refs:GetMetaFile (Results 1 – 3 of 3) sorted by relevance
313 auto m = MetaFileMgr::GetInstance().GetMetaFile(userId, "/o/p/q/r/s/t");336 auto m = MetaFileMgr::GetInstance().GetMetaFile(userId, "/o/p/q/r/s/t");
136 std::shared_ptr<MetaFile> GetMetaFile(uint32_t userId, const std::string &path);
159 return MetaFileMgr::GetInstance().GetMetaFile(userId, parentPath); in GetParentMetaFile()662 std::shared_ptr<MetaFile> MetaFileMgr::GetMetaFile(uint32_t userId, const std::string &path) in GetMetaFile() function in OHOS::FileManagement::MetaFileMgr