Home
last modified time | relevance | path

Searched refs:PathHash (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() function
107 uint64_t fileHash = PathHash(path, caseSense); in GetDentryfileName()
183 MetaBase m(dirName, std::to_string(PathHash(path, false)) + std::to_string(std::time(nullptr))); in MetaFile()