Searched refs:GetDentryfileByPath (Results 1 - 3 of 3) sorted by relevance
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/dentry/mock/ |
H A D | base_interface_lib_mock.cpp | 19 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 D | base_interface_lib_mock.h | 31 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 D | meta_file.cpp | 115 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 2 milliseconds