Home
last modified time | relevance | path

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

/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.cpp67 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/libpandafile/
Dfile.cpp257 if (OpenCurrentFile(zipfile) != ZIPARCHIVE_OK) { in OpenPandaFile()