Home
last modified time | relevance | path

Searched refs:OpenCurrentFile (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/tests/fuzztest/ziparchivehandle_fuzzer/
Dziparchivehandle_fuzzer.cpp67 panda::OpenCurrentFile(handle); in ZipArchiveHandleFuzzTest()
/arkcompiler/runtime_core/static_core/libziparchive/
Dzip_archive.h140 int OpenCurrentFile(ZipArchiveHandle &handle);
Dzip_archive.cpp120 int OpenCurrentFile(ZipArchiveHandle &handle) in OpenCurrentFile() function
/arkcompiler/runtime_core/libziparchive/
Dzip_archive.h136 int OpenCurrentFile(ZipArchiveHandle &handle);
Dzip_archive.cpp120 int OpenCurrentFile(ZipArchiveHandle &handle) in OpenCurrentFile() function
/arkcompiler/runtime_core/tests/fuzztest/openuncompressedarchive_fuzzer/
Dopenuncompressedarchive_fuzzer.cpp65 if (panda::OpenCurrentFile(zipfile) != panda::ZIPARCHIVE_OK) { in OpenUncompressedArchiveFuzzTest()
/arkcompiler/runtime_core/libziparchive/tests/
Dlibziparchive_tests.cpp113 if (OpenCurrentFile(zipfile) != 0) { in UnzipFileCheckDirectory()
169 if (OpenCurrentFile(zipfile) != 0) { in UnzipFileCheckTxt()
284 if (OpenCurrentFile(zipfile) != 0) { in UnzipFileCheckPandaFile()
402 if (OpenCurrentFile(zipfile) != 0) { in UnzipFileCheckInDirectory()
748 ASSERT_EQ(OpenCurrentFile(zipfile), ZIPARCHIVE_ERR);
/arkcompiler/runtime_core/static_core/tests/fuzztest/openuncompressedarchive_fuzzer/
Dopenuncompressedarchive_fuzzer.cpp66 if (ark::OpenCurrentFile(zipfile) != ark::ZIPARCHIVE_OK) { in OpenUncompressedArchiveFuzzTest()
/arkcompiler/runtime_core/static_core/libziparchive/tests/
Dlibziparchive_tests.cpp133 if (OpenCurrentFile(zipfile) != 0) { in UnzipFileCheckDirectory()
186 if (OpenCurrentFile(zipfile) != 0) { in OpenArchiveAndCurrentFile()
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile.cpp229 if (OpenCurrentFile(zipfile) != ZIPARCHIVE_OK) { in OpenZipPandaFile()
/arkcompiler/runtime_core/libpandafile/
Dfile.cpp221 if (OpenCurrentFile(zipfile) != ZIPARCHIVE_OK) { in OpenPandaFileFromZip()