Searched refs:GenerateZipfile (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/runtime_core/tests/fuzztest/gotonextfile_fuzzer/ |
H A D | gotonextfile_fuzzer.cpp | 29 void GenerateZipfile(const char* data, const char* archive_name, int n, char* buf, char* archive_filename, int& i, in GenerateZipfile() function 99 GenerateZipfile(s, archive_name, n, buf, archive_filename, i, ret, pf_data); in GoToNextFileFuzzTest()
|
/arkcompiler/runtime_core/libziparchive/tests/ |
H A D | libziparchive_tests.cpp | 45 static void GenerateZipfile(const char *data, const char *archivename, int N, char *buf, char *archive_filename, int &i, in GenerateZipfile() function 530 GenerateZipfile(data, archivename, N, buf, archive_filename, i, ret, pf_data); in HWTEST() 608 GenerateZipfile(data, archivename, N, buf, archive_filename, i, ret, pf_data); in HWTEST() 663 GenerateZipfile(data, archivename, N, buf, archive_filename, i, ret, pf_data, Z_NO_COMPRESSION); in HWTEST()
|
/arkcompiler/runtime_core/static_core/libziparchive/tests/ |
H A D | libziparchive_tests.cpp | 54 static void GenerateZipfile(const char *data, const char *archivename, int n, std::vector<uint8_t> &pfData, in GenerateZipfile() function 469 GenerateZipfile(FILLER_TEXT, archivename, n, pfData); in TEST() 536 GenerateZipfile(FILLER_TEXT, archivename, n, pfData); in TEST() 582 GenerateZipfile(FILLER_TEXT, archivename, n, pfData, Z_NO_COMPRESSION); in TEST()
|
Completed in 3 milliseconds