Searched refs:LocateFile (Results 1 - 11 of 11) sorted by relevance
/arkcompiler/runtime_core/static_core/libziparchive/ |
H A D | zip_archive.h | 124 int LocateFile(ZipArchiveHandle &handle, const char *filename);
|
H A D | zip_archive.cpp | 100 int LocateFile(ZipArchiveHandle &handle, const char *filename) in LocateFile() function
|
/arkcompiler/runtime_core/tests/fuzztest/ziparchivehandle_fuzzer/ |
H A D | ziparchivehandle_fuzzer.cpp | 47 // LocateFile test in ZipArchiveHandleFuzzTest() 50 panda::LocateFile(zipfile, filename); in ZipArchiveHandleFuzzTest()
|
/arkcompiler/runtime_core/libziparchive/tests/ |
H A D | libziparchive_tests.cpp | 100 if (LocateFile(zipfile, filename) != 0) { in UnzipFileCheckDirectory() 103 ASSERT_EQ(1, 0) << "LocateFile error."; in UnzipFileCheckDirectory() 156 if (LocateFile(zipfile, filename) != 0) { in UnzipFileCheckTxt() 159 ASSERT_EQ(1, 0) << "LocateFile error."; in UnzipFileCheckTxt() 271 if (LocateFile(zipfile, filename) != 0) { in UnzipFileCheckPandaFile() 274 ASSERT_EQ(1, 0) << "LocateFile error."; in UnzipFileCheckPandaFile() 389 if (LocateFile(zipfile, filename) != 0) { in UnzipFileCheckInDirectory() 392 ASSERT_EQ(1, 0) << "LocateFile error."; in UnzipFileCheckInDirectory() 742 ASSERT_EQ(LocateFile(zipfile, "illegal_path.abc"), ZIPARCHIVE_ERR); in HWTEST()
|
/arkcompiler/runtime_core/libziparchive/ |
H A D | zip_archive.h | 120 int LocateFile(ZipArchiveHandle &handle, const char *filename);
|
H A D | zip_archive.cpp | 100 int LocateFile(ZipArchiveHandle &handle, const char *filename) in LocateFile() function
|
/arkcompiler/runtime_core/static_core/tests/fuzztest/openuncompressedarchive_fuzzer/ |
H A D | openuncompressedarchive_fuzzer.cpp | 57 if (ark::LocateFile(zipfile, filename) != ark::ZIPARCHIVE_OK) { in OpenUncompressedArchiveFuzzTest()
|
/arkcompiler/runtime_core/tests/fuzztest/openuncompressedarchive_fuzzer/ |
H A D | openuncompressedarchive_fuzzer.cpp | 56 if (panda::LocateFile(zipfile, filename) != panda::ZIPARCHIVE_OK) { in OpenUncompressedArchiveFuzzTest()
|
/arkcompiler/runtime_core/static_core/libziparchive/tests/ |
H A D | libziparchive_tests.cpp | 120 if (LocateFile(zipfile, filename) != 0) { in UnzipFileCheckDirectory() 123 ASSERT_EQ(1, 0) << "LocateFile error."; in UnzipFileCheckDirectory() 175 if (LocateFile(zipfile, filename) != 0) { in OpenArchiveAndCurrentFile() 178 return "LocateFile error."; in OpenArchiveAndCurrentFile()
|
/arkcompiler/runtime_core/static_core/libpandafile/ |
H A D | file.cpp | 203 if (LocateFile(zipfile, archiveFilename.data()) != ZIPARCHIVE_OK) { in OpenZipPandaFile() 210 if (LocateFile(zipfile, ARCHIVE_FILENAME) != ZIPARCHIVE_OK) { in OpenZipPandaFile()
|
/arkcompiler/runtime_core/libpandafile/ |
H A D | file.cpp | 199 if (!try_default && LocateFile(zipfile, archive_filename.data()) != ZIPARCHIVE_OK) { in OpenPandaFileFromZip() 204 if (try_default && LocateFile(zipfile, ARCHIVE_FILENAME) != ZIPARCHIVE_OK) { in OpenPandaFileFromZip()
|
Completed in 8 milliseconds