Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libziparchive/tests/
H A Dlibziparchive_tests.cpp519 const auto header_ptr = reinterpret_cast<const uint8_t *>(pf->GetHeader()); in HWTEST() local
520 pf_data.assign(header_ptr, header_ptr + sizeof(panda_file::File::Header)); in HWTEST()
595 const auto header_ptr = reinterpret_cast<const uint8_t *>(pf->GetHeader()); in HWTEST() local
596 pf_data.assign(header_ptr, header_ptr + sizeof(panda_file::File::Header)); in HWTEST()
650 const auto header_ptr = reinterpret_cast<const uint8_t *>(pf->GetHeader()); in HWTEST() local
651 pf_data.assign(header_ptr, header_ptr + sizeof(panda_file::File::Header)); in HWTEST()
696 const auto header_ptr in HWTEST() local
[all...]
/arkcompiler/runtime_core/tests/fuzztest/gotonextfile_fuzzer/
H A Dgotonextfile_fuzzer.cpp71 const auto header_ptr = reinterpret_cast<const uint8_t *>(pf->GetHeader()); in MakePfData() local
72 pf_data.assign(header_ptr, header_ptr + sizeof(panda::panda_file::File::Header)); in MakePfData()
/arkcompiler/runtime_core/libpandafile/tests/
H A Dfile_test.cpp60 const auto header_ptr = reinterpret_cast<const uint8_t *>(pf->GetHeader()); in GetEmptyPandaFileBytes() local
61 data.assign(header_ptr, header_ptr + sizeof(File::Header)); in GetEmptyPandaFileBytes()

Completed in 3 milliseconds