Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmoving_photo_file_utils.cpp510 constexpr int32_t HEX_INT_LENGTH = 8; in IsValidHexInteger() local
511 if (hexStr.length() > HEX_INT_LENGTH) { in IsValidHexInteger()