Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libziparchive/
Dzip_archive.cpp27 bool IsZipMagic(uint32_t magic) in IsZipMagic()
/arkcompiler/runtime_core/libpandafile/tests/
Dfile_test.cpp236 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