Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile.h362 constexpr size_t CHECKSUM_LENGTH = 8; in GetPaddedChecksum() local
363 paddedChecksum << std::setfill('0') << std::setw(CHECKSUM_LENGTH) << std::hex << GetHeader()->checksum; in GetPaddedChecksum()

Completed in 2 milliseconds