Home
last modified time | relevance | path

Searched refs:DEC_RADIX (Results 1 - 1 of 1) sorted by relevance

/base/security/security_guard/frameworks/common/utils/src/
H A Dsecurity_guard_utils.cpp25 constexpr int32_t DEC_RADIX = 10; member
43 bool isOK = StrToLL(str, tmp, DEC_RADIX); in StrToI64()
55 isOK = StrToLL(str, tmp, DEC_RADIX); in StrToI64Hex()
88 value = strtoull(add, &end, DEC_RADIX); in StrToULL()

Completed in 1 milliseconds