Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dfile_header.h32 …static constexpr std::array<uint8_t, MAGIC_SIZE> MAGIC = {'P', 'A', 'N', 'D', 'A', '\0', '\0', '\0… variable
/arkcompiler/runtime_core/libpandafile/
Dfile.h58 static const std::array<uint8_t, MAGIC_SIZE> MAGIC; variable