Searched refs:HashWithSHA1 (Results 1 – 4 of 4) sorted by relevance
27 static std::tuple<int, std::string> HashWithSHA1(const std::string &fpath);
80 tuple<int, string> HashFile::HashWithSHA1(const string &fpath) in HashWithSHA1() function in OHOS::DistributedFS::HashFile
99 tie(ret, res) = HashFile::HashWithSHA1(fpath); in Async()
93 tie(ret, res) = DistributedFS::HashFile::HashWithSHA1(fpath); in Async()