Home
last modified time | relevance | path

Searched refs:CreateOrAddFileIntoZip (Results 1 – 18 of 18) sorted by relevance

/arkcompiler/runtime_core/tests/fuzztest/openpandafileorzip_fuzzer/
Dopenpandafileorzip_fuzzer.cpp27 …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/
Dopenpandafileorzip_fuzzer.cpp29 …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/
Dcreateoraddfileintozip_fuzzer.cpp28 …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/
Dopenpandafile_fuzzer.cpp29 …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/
Dopenpandafile_fuzzer.cpp29 …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/
Dgotonextfile_fuzzer.cpp35 …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/
Dopenarchive_fuzzer.cpp26 …int ret = panda::CreateOrAddFileIntoZip(zip_filename, filename, data, size, APPEND_STATUS_CREATE, … in OpenArchiveFuzzTest()
/arkcompiler/runtime_core/libziparchive/tests/
Dlibziparchive_tests.cpp52 ret = CreateOrAddFileIntoZip(archivename, "directory/", NULL, 0, APPEND_STATUS_CREATE, level); in GenerateZipfile()
63CreateOrAddFileIntoZip(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/
Dgetglobalfileinfo_fuzzer.cpp38 panda::CreateOrAddFileIntoZip(zipname, filename, data, size, APPEND_STATUS_CREATE, in GetGlobalFileInfoFuzzTest()
/arkcompiler/runtime_core/static_core/libziparchive/tests/
Dlibziparchive_tests.cpp62 …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/
Dzip_archive.h167 int CreateOrAddFileIntoZip(const char *zipname, const char *filename, const void *pbuf, size_t buf_…
Dzip_archive.cpp156 int CreateOrAddFileIntoZip(const char *zipname, const char *filename, const void *pbuf, size_t buf_… in CreateOrAddFileIntoZip() function
/arkcompiler/runtime_core/static_core/libziparchive/
Dzip_archive.h171 int CreateOrAddFileIntoZip(const char *zipname, const char *filename, std::vector<uint8_t> *buf,
Dzip_archive.cpp156 int CreateOrAddFileIntoZip(const char *zipname, const char *filename, std::vector<uint8_t> *buf, in… in CreateOrAddFileIntoZip() function
/arkcompiler/runtime_core/tests/fuzztest/openuncompressedarchive_fuzzer/
Dopenuncompressedarchive_fuzzer.cpp33 …int ret = panda::CreateOrAddFileIntoZip(zip_filename, filename, data, size, APPEND_STATUS_CREATE, … in OpenUncompressedArchiveFuzzTest()
/arkcompiler/runtime_core/static_core/tests/fuzztest/openuncompressedarchive_fuzzer/
Dopenuncompressedarchive_fuzzer.cpp34 …int ret = ark::CreateOrAddFileIntoZip(zip_filename, filename, &buf, APPEND_STATUS_CREATE, Z_NO_COM… in OpenUncompressedArchiveFuzzTest()
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dfile_test.cpp71 return CreateOrAddFileIntoZip(zipArchiveName, filename, data, append, level); in CreateOrAddZipPandaFile()
/arkcompiler/runtime_core/libpandafile/tests/
Dfile_test.cpp71 …return CreateOrAddFileIntoZip(zip_archive_name, filename, (*data).data(), (*data).size(), append, … in CreateOrAddZipPandaFile()