| /arkcompiler/runtime_core/tests/fuzztest/openpandafileorzip_fuzzer/ |
| D | openpandafileorzip_fuzzer.cpp | 27 …int ret1 = panda::CreateOrAddFileIntoZip(uncompress_zip_filename, filename1, data, size, APPEND_ST… in OpenPandaFileOrZipFuzzTest() 29 …int ret2 = panda::CreateOrAddFileIntoZip(uncompress_zip_filename, filename2, data, size, APPEND_ST… in OpenPandaFileOrZipFuzzTest() 37 …ret1 = panda::CreateOrAddFileIntoZip(uncompress_zip_filename, filename1, data, size, APPEND_STATUS… in OpenPandaFileOrZipFuzzTest() 39 …ret2 = panda::CreateOrAddFileIntoZip(uncompress_zip_filename, filename2, data, size, APPEND_STATUS… in OpenPandaFileOrZipFuzzTest()
|
| /arkcompiler/runtime_core/static_core/tests/fuzztest/openpandafileorzip_fuzzer/ |
| D | openpandafileorzip_fuzzer.cpp | 29 …ark::CreateOrAddFileIntoZip(uncompress_zip_filename, filename1, &buf, APPEND_STATUS_CREATE, Z_NO_C… in OpenPandaFileOrZipFuzzTest() 31 …ark::CreateOrAddFileIntoZip(uncompress_zip_filename, filename2, &buf, APPEND_STATUS_ADDINZIP, Z_NO… in OpenPandaFileOrZipFuzzTest() 39 …ark::CreateOrAddFileIntoZip(uncompress_zip_filename, filename1, &buf, APPEND_STATUS_CREATE, Z_BEST… in OpenPandaFileOrZipFuzzTest() 40 …ret2 = ark::CreateOrAddFileIntoZip(uncompress_zip_filename, filename2, &buf, APPEND_STATUS_ADDINZI… in OpenPandaFileOrZipFuzzTest()
|
| /arkcompiler/runtime_core/tests/fuzztest/createoraddfileintozip_fuzzer/ |
| D | createoraddfileintozip_fuzzer.cpp | 28 …panda::CreateOrAddFileIntoZip(zipname, filename, data, size, APPEND_STATUS_CREATE, Z_NO_COMPRESSIO… in CreateOrAddFileIntoZipFuzzTest() 35 …panda::CreateOrAddFileIntoZip(zipname, filename, data, size, APPEND_STATUS_CREATE, Z_NO_COMPRESSIO… in CreateOrAddFileIntoZipFuzzTest() 42 … panda::CreateOrAddFileIntoZip(zipname, filename, data, 0, APPEND_STATUS_CREATE, Z_NO_COMPRESSION); in CreateOrAddFileIntoZipFuzzTest()
|
| /arkcompiler/runtime_core/tests/fuzztest/openpandafile_fuzzer/ |
| D | openpandafile_fuzzer.cpp | 29 …panda::CreateOrAddFileIntoZip(zip_filename1, filename1, data, size, APPEND_STATUS_CREATE, Z_BEST_C… in OpenPandaFileFuzzTest() 31 …panda::CreateOrAddFileIntoZip(zip_filename1, filename2, data, size, APPEND_STATUS_ADDINZIP, Z_BEST… in OpenPandaFileFuzzTest() 39 …panda::CreateOrAddFileIntoZip(zip_filename2, filename1, data, size, APPEND_STATUS_CREATE, Z_BEST_C… in OpenPandaFileFuzzTest()
|
| /arkcompiler/runtime_core/static_core/tests/fuzztest/openpandafile_fuzzer/ |
| D | openpandafile_fuzzer.cpp | 29 …int ret1 = ark::CreateOrAddFileIntoZip(zip_filename1, filename1, &buf, APPEND_STATUS_CREATE, Z_BES… in OpenPandaFileFuzzTest() 30 …int ret2 = ark::CreateOrAddFileIntoZip(zip_filename1, filename2, &buf, APPEND_STATUS_ADDINZIP, Z_B… in OpenPandaFileFuzzTest() 37 …int ret3 = ark::CreateOrAddFileIntoZip(zip_filename2, filename1, buf, APPEND_STATUS_CREATE, Z_BEST… in OpenPandaFileFuzzTest()
|
| /arkcompiler/runtime_core/tests/fuzztest/gotonextfile_fuzzer/ |
| D | gotonextfile_fuzzer.cpp | 35 …ret = panda::CreateOrAddFileIntoZip(archive_name, "directory/", NULL, 0, APPEND_STATUS_CREATE, lev… in GenerateZipfile() 50 … ret = panda::CreateOrAddFileIntoZip(archive_name, archive_filename, buf, strlen(buf) + 1, in GenerateZipfile()
|
| /arkcompiler/runtime_core/tests/fuzztest/openarchive_fuzzer/ |
| D | openarchive_fuzzer.cpp | 26 …int ret = panda::CreateOrAddFileIntoZip(zip_filename, filename, data, size, APPEND_STATUS_CREATE, … in OpenArchiveFuzzTest()
|
| /arkcompiler/runtime_core/libziparchive/tests/ |
| D | libziparchive_tests.cpp | 52 ret = CreateOrAddFileIntoZip(archivename, "directory/", NULL, 0, APPEND_STATUS_CREATE, level); in GenerateZipfile() 63 …CreateOrAddFileIntoZip(archivename, archive_filename, buf, strlen(buf) + 1, APPEND_STATUS_ADDINZIP… in GenerateZipfile() 72 …ret = CreateOrAddFileIntoZip(archivename, "directory/indirectory.txt", buf, strlen(buf) + 1, APPEN… in GenerateZipfile() 80 …ret = CreateOrAddFileIntoZip(archivename, "classes.abc", pf_data.data(), pf_data.size(), APPEND_ST… in GenerateZipfile() 709 …ret = CreateOrAddFileIntoZip(archivename, "class.abc", pf_data.data(), pf_data.size(), APPEND_STAT… 715 …ret = CreateOrAddFileIntoZip(archivename, "classes.abc", pf_data.data(), pf_data.size(), APPEND_ST… 734 …int ret = CreateOrAddFileIntoZip(archivename, "illegal_path.abc", nullptr, 0, APPEND_STATUS_ADDINZ…
|
| /arkcompiler/runtime_core/tests/fuzztest/getglobalfileinfo_fuzzer/ |
| D | getglobalfileinfo_fuzzer.cpp | 38 panda::CreateOrAddFileIntoZip(zipname, filename, data, size, APPEND_STATUS_CREATE, in GetGlobalFileInfoFuzzTest()
|
| /arkcompiler/runtime_core/static_core/libziparchive/tests/ |
| D | libziparchive_tests.cpp | 62 …int ret = CreateOrAddFileIntoZip(archivename, "directory/", &emptyVector, APPEND_STATUS_CREATE, le… in GenerateZipfile() 81 …ret = CreateOrAddFileIntoZip(archivename, archiveFilename, &fillerData, APPEND_STATUS_ADDINZIP, le… in GenerateZipfile() 93 …ret = CreateOrAddFileIntoZip(archivename, "directory/indirectory.txt", &fillerData, APPEND_STATUS_… in GenerateZipfile() 100 … ret = CreateOrAddFileIntoZip(archivename, "classes.abc", &pfData, APPEND_STATUS_ADDINZIP, level); in GenerateZipfile() 630 …int ret = CreateOrAddFileIntoZip(archivename, "class.abc", &pfData, APPEND_STATUS_CREATE, Z_NO_COM… in TEST() 635 …ret = CreateOrAddFileIntoZip(archivename, "classes.abc", &pfData, APPEND_STATUS_ADDINZIP, Z_NO_COM… in TEST()
|
| /arkcompiler/runtime_core/libziparchive/ |
| D | zip_archive.h | 167 int CreateOrAddFileIntoZip(const char *zipname, const char *filename, const void *pbuf, size_t buf_…
|
| D | zip_archive.cpp | 156 int CreateOrAddFileIntoZip(const char *zipname, const char *filename, const void *pbuf, size_t buf_… in CreateOrAddFileIntoZip() function
|
| /arkcompiler/runtime_core/static_core/libziparchive/ |
| D | zip_archive.h | 171 int CreateOrAddFileIntoZip(const char *zipname, const char *filename, std::vector<uint8_t> *buf,
|
| D | zip_archive.cpp | 156 int CreateOrAddFileIntoZip(const char *zipname, const char *filename, std::vector<uint8_t> *buf, in… in CreateOrAddFileIntoZip() function
|
| /arkcompiler/runtime_core/tests/fuzztest/openuncompressedarchive_fuzzer/ |
| D | openuncompressedarchive_fuzzer.cpp | 33 …int ret = panda::CreateOrAddFileIntoZip(zip_filename, filename, data, size, APPEND_STATUS_CREATE, … in OpenUncompressedArchiveFuzzTest()
|
| /arkcompiler/runtime_core/static_core/tests/fuzztest/openuncompressedarchive_fuzzer/ |
| D | openuncompressedarchive_fuzzer.cpp | 34 …int ret = ark::CreateOrAddFileIntoZip(zip_filename, filename, &buf, APPEND_STATUS_CREATE, Z_NO_COM… in OpenUncompressedArchiveFuzzTest()
|
| /arkcompiler/runtime_core/static_core/libpandafile/tests/ |
| D | file_test.cpp | 71 return CreateOrAddFileIntoZip(zipArchiveName, filename, data, append, level); in CreateOrAddZipPandaFile()
|
| /arkcompiler/runtime_core/libpandafile/tests/ |
| D | file_test.cpp | 71 …return CreateOrAddFileIntoZip(zip_archive_name, filename, (*data).data(), (*data).size(), append, … in CreateOrAddZipPandaFile()
|