Home
last modified time | relevance | path

Searched defs:magic (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/libziparchive/
Dzip_archive.cpp27 bool IsZipMagic(uint32_t magic) in IsZipMagic()
/arkcompiler/runtime_core/compiler/aot/
Daot_headers.h29 alignas(alignof(uint32_t)) std::array<char, AOT_HEADER_MAGIC_SIZE> magic; member
/arkcompiler/runtime_core/libpandafile/tests/
Dfile_test.cpp227 const std::vector<uint8_t> magic = {'P', 'K'}; variable
/arkcompiler/runtime_core/libpandafile/
Dfile.h61 std::array<uint8_t, MAGIC_SIZE> magic; member
Dfile.cpp195 uint32_t magic; in OpenPandaFile() local
Dfile_item_container.cpp597 std::vector<uint8_t> magic; in WriteHeader() local
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dstub_tests.cpp462 intptr_t magic; // 0x11223344 member