Searched refs:caseSense (Results 1 – 1 of 1) sorted by relevance
86 static uint64_t PathHash(const std::string &path, bool caseSense) in PathHash() argument93 if (!caseSense) { in PathHash()102 static std::string GetDentryfileName(const std::string &path, bool caseSense) in GetDentryfileName() argument107 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() argument119 std::string dentryFileName = GetDentryfileName(path, caseSense); in GetDentryfileByPath()