Home
last modified time | relevance | path

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

/base/update/updateservice/services/engine/src/
Dupdate_helper.cpp31 constexpr int HEX_DIGEST_BASE = 16; variable
467 long byteToLong = strtol(byte.c_str(), nullptr, HEX_DIGEST_BASE); in HexToDegist()