Searched refs:CreateZip (Results 1 – 2 of 2) sorted by relevance
/system/libziparchive/ |
D | zip_archive_benchmark.cpp | 31 static std::unique_ptr<TemporaryFile> CreateZip(int size = 4, int count = 1000, in CreateZip() function 58 std::unique_ptr<TemporaryFile> temp_file(CreateZip(4, int(state.range(0)))); in OpenClose() 69 std::unique_ptr<TemporaryFile> temp_file(CreateZip(4, int(state.range(0)))); in FindEntry_no_match() 87 std::unique_ptr<TemporaryFile> temp_file(CreateZip(4, int(state.range(0)))); in Iterate_all_files() 127 std::unique_ptr<TemporaryFile> temp_file(CreateZip(size * 1024, 1)); in ExtractEntry() 152 std::unique_ptr<TemporaryFile> temp_file(CreateZip(size * 1024, 1, false)); in ExtractStored()
|
/system/apex/apexer/ |
D | apexer.py | 843 CreateZip(content_dir, zip_file) 869 def CreateZip(content_dir, apex_zip): function
|