Home
last modified time | relevance | path

Searched refs:GetDentryfileByPath (Results 1 - 3 of 3) sorted by relevance

/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/dentry/mock/
H A Dbase_interface_lib_mock.cpp19 string GetDentryfileByPath(uint32_t userId, const string &path, bool caseSense) in GetDentryfileByPath() function
30 return BaseInterfaceLib::baseInterfaceLib_->GetDentryfileByPath(userId, path, caseSense); in GetDentryfileByPath()
H A Dbase_interface_lib_mock.h31 virtual string GetDentryfileByPath(uint32_t userId, const string &path, bool caseSense) = 0;
48 MOCK_METHOD3(GetDentryfileByPath, string(uint32_t userId, const string &path, bool caseSense));
/foundation/filemanagement/dfs_service/utils/dentry/src/
H A Dmeta_file.cpp115 static std::string GetDentryfileByPath(uint32_t userId, const std::string &path, bool caseSense = false) in GetDentryfileByPath() function
165 cacheFile_ = GetDentryfileByPath(userId, path); in MetaFile()

Completed in 3 milliseconds