Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/dentry/
H A Ddentry_meta_file_test.cpp313 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");
/ohos5.0/foundation/filemanagement/dfs_service/utils/dentry/include/
H A Dmeta_file.h136 std::shared_ptr<MetaFile> GetMetaFile(uint32_t userId, const std::string &path);
/ohos5.0/foundation/filemanagement/dfs_service/utils/dentry/src/
H A Dmeta_file.cpp159 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