/build/make/tools/ziptime/ |
D | ZipFile.h | 32 class ZipFile { 34 ZipFile(void) : mZipFp(NULL) {} in ZipFile() function 35 ~ZipFile(void) { in ~ZipFile() 47 ZipFile(const ZipFile& src); 48 ZipFile& operator=(const ZipFile& src);
|
D | ZipEntry.h | 33 class ZipFile; variable 44 friend class ZipFile;
|
D | ZipFile.cpp | 36 status_t ZipFile::rewrite(const char* zipFileName) in rewrite() 73 status_t ZipFile::rewriteCentralDir(void) in rewriteCentralDir() 212 status_t ZipFile::EndOfCentralDir::readBuf(const uint8_t* buf, int len) in readBuf()
|
D | ZipTime.cpp | 41 ZipFile zip; in main()
|
D | Android.bp | 26 "ZipFile.cpp",
|
/build/make/tools/releasetools/ |
D | test_sign_target_files_apks.py | 127 with zipfile.ZipFile(input_file, 'w') as input_zip: 134 with zipfile.ZipFile(input_file, 'r') as input_zip, \ 135 zipfile.ZipFile(output_file, 'w') as output_zip: 138 with zipfile.ZipFile(output_file) as output_zip: 144 with zipfile.ZipFile(input_file, 'r') as input_zip, \ 145 zipfile.ZipFile(output_file, 'w') as output_zip: 148 with zipfile.ZipFile(output_file) as output_zip: 158 with zipfile.ZipFile(input_file, 'w') as input_zip: 162 with zipfile.ZipFile(input_file, 'r') as input_zip, \ 163 zipfile.ZipFile(output_file, 'w') as output_zip: [all …]
|
D | test_common.py | 59 zip_file = zipfile.ZipFile(zip_file_name, "r") 95 zip_file = zipfile.ZipFile(zip_file_name, "w") 127 zip_file = zipfile.ZipFile(zip_file_name, "w") 168 zip_file = zipfile.ZipFile(zip_file_name, "w") 288 zip_file = zipfile.ZipFile(zip_file_name, "w") 320 output_zip = zipfile.ZipFile(zip_file.name, 'w', 332 with zipfile.ZipFile(zip_file.name, 'r') as check_zip: 340 with zipfile.ZipFile(zip_file.name, 'r') as check_zip: 347 with zipfile.ZipFile(zip_file.name, 'r') as check_zip: 354 with zipfile.ZipFile(zip_file.name, 'r') as check_zip: [all …]
|
D | test_ota_from_target_files.py | 35 with zipfile.ZipFile(target_files, 'w') as target_files_zip: 589 with zipfile.ZipFile(target_file) as verify_zip: 608 with zipfile.ZipFile(target_file) as verify_zip: 628 with zipfile.ZipFile(target_file) as verify_zip: 645 with zipfile.ZipFile(target_file) as verify_zip: 652 with zipfile.ZipFile(target_file) as verify_zip: 663 with zipfile.ZipFile(zip_file, 'a') as zip_fp: 700 with zipfile.ZipFile(zip_file, 'a') as zip_fp: 742 with zipfile.ZipFile(zip_file, 'w') as zip_fp: 776 with zipfile.ZipFile(zip_file, 'r') as zip_fp: [all …]
|
D | ota_from_target_files | 792 compatibility_archive_zip = zipfile.ZipFile( 870 output_zip = zipfile.ZipFile( 1055 if isinstance(output, zipfile.ZipFile): 1449 with zipfile.ZipFile(input_file) as input_zip: 1456 output_zip = zipfile.ZipFile(input_file, 'a') 1468 with zipfile.ZipFile(prelim_signing) as prelim_signing_zip: 1493 output_zip = zipfile.ZipFile(prelim_signing, 'a') 1504 with zipfile.ZipFile(output_file) as output_zip: 1538 output_zip = zipfile.ZipFile( 1863 target_zip = zipfile.ZipFile(target_file, 'w', allowZip64=True) [all …]
|
D | ota_from_target_files.py | 792 compatibility_archive_zip = zipfile.ZipFile( 870 output_zip = zipfile.ZipFile( 1055 if isinstance(output, zipfile.ZipFile): 1449 with zipfile.ZipFile(input_file) as input_zip: 1456 output_zip = zipfile.ZipFile(input_file, 'a') 1468 with zipfile.ZipFile(prelim_signing) as prelim_signing_zip: 1493 output_zip = zipfile.ZipFile(prelim_signing, 'a') 1504 with zipfile.ZipFile(output_file) as output_zip: 1538 output_zip = zipfile.ZipFile( 1863 target_zip = zipfile.ZipFile(target_file, 'w', allowZip64=True) [all …]
|
D | test_add_img_to_target_files.py | 108 with zipfile.ZipFile(output_file, 'w') as output_zip: 111 with zipfile.ZipFile(output_file, 'r') as verify_zip: 290 with zipfile.ZipFile(output_file, 'w') as output_zip: 295 with zipfile.ZipFile(output_file, 'r') as verify_zip: 312 with zipfile.ZipFile(output_file, 'w') as output_zip:
|
D | apex_utils.py | 178 with zipfile.ZipFile(apex_file) as apex_fd: 195 apex_zip = zipfile.ZipFile(apex_file, 'a')
|
D | test_validate_target_files.py | 207 with zipfile.ZipFile(input_file, 'w') as input_zip: 211 input_zip = zipfile.ZipFile(input_file, 'r')
|
D | check_ota_package_signature.py | 150 package_zip = zipfile.ZipFile(package, 'r')
|
D | img_from_target_files | 174 output_zip = zipfile.ZipFile(args[1], "w", compression=zipfile.ZIP_DEFLATED,
|
D | img_from_target_files.py | 174 output_zip = zipfile.ZipFile(args[1], "w", compression=zipfile.ZIP_DEFLATED,
|
D | check_target_files_signatures | 189 apk = zipfile.ZipFile(f, "r") 251 zipfile.ZipFile(filename))
|
D | check_target_files_signatures.py | 189 apk = zipfile.ZipFile(f, "r") 251 zipfile.ZipFile(filename))
|
D | sign_target_files_apks.py | 720 certs_zip = zipfile.ZipFile(temp_file, "w") 1178 input_zip = zipfile.ZipFile(args[0], "r") 1179 output_zip = zipfile.ZipFile(args[1], "w",
|
/build/make/tools/zipalign/ |
D | ZipFile.h | 44 class ZipFile { 46 ZipFile(void) in ZipFile() function 49 ~ZipFile(void) { in ~ZipFile() 111 status_t add(const ZipFile* pSourceZip, const ZipEntry* pSourceEntry, 120 status_t addRecompress(const ZipFile* pSourceZip, const ZipEntry* pSourceEntry, 163 ZipFile(const ZipFile& src); 164 ZipFile& operator=(const ZipFile& src);
|
D | ZipAlign.cpp | 67 static int copyAndAlign(ZipFile* pZin, ZipFile* pZout, int alignment, bool zopfli, in copyAndAlign() 132 ZipFile zin, zout; in process() 149 if (zin.open(inFileName, ZipFile::kOpenReadOnly) != OK) { in process() 154 ZipFile::kOpenReadWrite|ZipFile::kOpenCreate|ZipFile::kOpenTruncate) in process() 175 ZipFile zipFile; in verify() 181 if (zipFile.open(fileName, ZipFile::kOpenReadOnly) != OK) { in verify()
|
D | ZipFile.cpp | 61 status_t ZipFile::open(const char* zipFileName, int flags) in open() 137 android::ZipEntry* ZipFile::getEntryByIndex(int idx) const in getEntryByIndex() 148 android::ZipEntry* ZipFile::getEntryByName(const char* fileName) const in getEntryByName() 177 void ZipFile::discardEntries(void) in discardEntries() 206 status_t ZipFile::readCentralDir(void) in readCentralDir() 360 status_t ZipFile::addCommon(const char* fileName, const void* data, size_t size, in addCommon() 512 status_t ZipFile::add(const ZipFile* pSourceZip, const ZipEntry* pSourceEntry, in add() 619 status_t ZipFile::addRecompress(const ZipFile* pSourceZip, const ZipEntry* pSourceEntry, in addRecompress() 754 status_t ZipFile::copyFpToFp(FILE* dstFp, FILE* srcFp, uint32_t* pCRC32) in copyFpToFp() 784 status_t ZipFile::copyDataToFp(FILE* dstFp, in copyDataToFp() [all …]
|
D | Android.bp | 13 "ZipFile.cpp",
|
D | ZipEntry.h | 34 class ZipFile; variable 50 friend class ZipFile;
|
/build/soong/python/scripts/ |
D | stub_template_host.txt | 39 zf = zipfile.ZipFile(os.path.dirname(__file__))
|