Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_filesystem/
H A Db_file_hash.cpp37 const int hexPerByte = 2; in HashFinal() local
38 ss << std::uppercase << std::setfill('0') << std::setw(hexPerByte) << std::hex << in HashFinal()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/common/file_helper/
H A Dhash_file.cpp39 const int hexPerByte = 2; in HashFinal() local
40 ss << std::uppercase << std::setfill('0') << std::setw(hexPerByte) << std::hex << in HashFinal()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_hash/class_hashstream/
H A Dhashstream_n_exporter.cpp46 const int hexPerByte = 2; in HashFinal() local
47 ss << std::uppercase << std::setfill('0') << std::setw(hexPerByte) << std::hex in HashFinal()