Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/utils/dentry/src/
H A Dmeta_file.cpp86 static uint64_t PathHash(const std::string &path, bool caseSense) in PathHash() argument
93 if (!caseSense) { in PathHash()
102 static std::string GetDentryfileName(const std::string &path, bool caseSense) in GetDentryfileName() argument
107 uint64_t fileHash = PathHash(path, caseSense); in GetDentryfileName()
115 static std::string GetDentryfileByPath(uint32_t userId, const std::string &path, bool caseSense = f… in GetDentryfileByPath() argument
119 std::string dentryFileName = GetDentryfileName(path, caseSense); in GetDentryfileByPath()