Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/common/file_helper/
H A Dhash_file.cpp47 static int ForEachFileSegment(const string &fpath, function<void(char *, size_t)> executor) in ForEachFileSegment() function
75 int err = ForEachFileSegment(fpath, md5Update); in HashWithMD5()
88 int err = ForEachFileSegment(fpath, sha1Update); in HashWithSHA1()
101 int err = ForEachFileSegment(fpath, sha256Update); in HashWithSHA256()
/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_filesystem/
H A Db_file_hash.cpp45 static int ForEachFileSegment(const string &fpath, function<void(char *, size_t)> executor) in ForEachFileSegment() function
73 int err = ForEachFileSegment(fpath, sha256Update); in HashWithSHA256()