Home
last modified time | relevance | path

Searched defs:FILE_CONTENT_OFFSET (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/verifier/
Dverifier.h141 static constexpr uint32_t FILE_CONTENT_OFFSET = 12U; variable
/arkcompiler/runtime_core/libpandafile/
Dfile.cpp804 constexpr uint32_t FILE_CONTENT_OFFSET = File::MAGIC_SIZE + CHECKSUM_SIZE; in ValidateChecksum() local