/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/ |
H A D | ZipFile.java | 88 public class ZipFile implements Closeable { class 161 public ZipFile(final File f) throws IOException { in ZipFile() method in ZipFile 172 public ZipFile(final String name) throws IOException { in ZipFile() method in ZipFile 186 public ZipFile(final String name, final String encoding) throws IOException { in ZipFile() method in ZipFile 200 public ZipFile(final File f, final String encoding) throws IOException { in ZipFile() method in ZipFile 216 public ZipFile(final File f, final String encoding, final boolean useUnicodeExtraFields) in ZipFile() method in ZipFile 234 public ZipFile(final SeekableByteChannel channel) in ZipFile() method in ZipFile 254 public ZipFile(final SeekableByteChannel channel, final String encoding) in ZipFile() method in ZipFile 277 public ZipFile(final SeekableByteChannel channel, final String archiveName, in ZipFile() method in ZipFile 283 private ZipFile(final SeekableByteChannel channel, final String archiveName, in ZipFile() method in ZipFile
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/util/zip/ |
H A D | ZipFile.java | 32 public class ZipFile implements java.util.zip.ZipConstants, java.io.Closeable { class 34 public ZipFile(java.lang.String name) throws java.io.IOException { in ZipFile() method in ZipFile 38 public ZipFile(java.io.File file, int mode) throws java.io.IOException { in ZipFile() method in ZipFile 42 public ZipFile(java.io.File file) throws java.io.IOException, java.util.zip.ZipException { in ZipFile() method in ZipFile 46 public ZipFile(java.io.File file, int mode, java.nio.charset.Charset charset) in ZipFile() method in ZipFile 51 public ZipFile(java.lang.String name, java.nio.charset.Charset charset) in ZipFile() method in ZipFile 56 public ZipFile(java.io.File file, java.nio.charset.Charset charset) throws java.io.IOException { in ZipFile() method in ZipFile
|
/aosp_15_r20/build/make/tools/releasetools/ |
H A D | sign_target_files_apks.py | 604 def RegenerateKernelPartitions(input_tf_zip: zipfile.ZipFile, output_tf_zip: zipfile.ZipFile, misc_… 627 def RegenerateBootOTA(input_tf_zip: zipfile.ZipFile, filename, input_ota): 683 def ProcessTargetFiles(input_tf_zip: zipfile.ZipFile, output_tf_zip: zipfile.ZipFile, misc_info, 1180 def ReplaceOtaKeys(input_tf_zip: zipfile.ZipFile, output_tf_zip, misc_info):
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_internal/utils/ |
D | wheel.py | 20 def parse_wheel(wheel_zip: ZipFile, name: str) -> Tuple[str, Message]: 38 def wheel_dist_info_dir(source: ZipFile, name: str) -> str: 71 def read_wheel_metadata_file(source: ZipFile, path: str) -> bytes: 80 def wheel_metadata(source: ZipFile, dist_info_dir: str) -> Message:
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_internal/utils/ |
D | wheel.py | 20 def parse_wheel(wheel_zip: ZipFile, name: str) -> Tuple[str, Message]: 38 def wheel_dist_info_dir(source: ZipFile, name: str) -> str: 71 def read_wheel_metadata_file(source: ZipFile, path: str) -> bytes: 80 def wheel_metadata(source: ZipFile, dist_info_dir: str) -> Message:
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_internal/utils/ |
D | wheel.py | 20 def parse_wheel(wheel_zip: ZipFile, name: str) -> Tuple[str, Message]: 38 def wheel_dist_info_dir(source: ZipFile, name: str) -> str: 71 def read_wheel_metadata_file(source: ZipFile, path: str) -> bytes: 80 def wheel_metadata(source: ZipFile, dist_info_dir: str) -> Message:
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_internal/utils/ |
D | wheel.py | 20 def parse_wheel(wheel_zip: ZipFile, name: str) -> Tuple[str, Message]: 38 def wheel_dist_info_dir(source: ZipFile, name: str) -> str: 71 def read_wheel_metadata_file(source: ZipFile, path: str) -> bytes: 80 def wheel_metadata(source: ZipFile, dist_info_dir: str) -> Message:
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/zip/ |
D | ZipFile.java | 98 public class ZipFile implements ZipConstants, Closeable { class 152 public ZipFile(String name) throws IOException { in ZipFile() method in ZipFile 181 public ZipFile(File file, int mode) throws IOException { in ZipFile() method in ZipFile 197 public ZipFile(File file) throws ZipException, IOException { in ZipFile() method in ZipFile 234 public ZipFile(File file, int mode, Charset charset) throws IOException in ZipFile() method in ZipFile 241 public ZipFile(File file, int mode, boolean enableZipPathValidator) throws IOException { in ZipFile() method in ZipFile 249 public ZipFile(File file, int mode, Charset charset, boolean enableZipPathValidator) in ZipFile() method in ZipFile 311 public ZipFile(String name, Charset charset) throws IOException in ZipFile() method in ZipFile 332 public ZipFile(File file, Charset charset) throws IOException in ZipFile() method in ZipFile
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/zip/ |
H A D | ZipFile.java | 98 public class ZipFile implements ZipConstants, Closeable { class 152 public ZipFile(String name) throws IOException { in ZipFile() method in ZipFile 181 public ZipFile(File file, int mode) throws IOException { in ZipFile() method in ZipFile 197 public ZipFile(File file) throws ZipException, IOException { in ZipFile() method in ZipFile 234 public ZipFile(File file, int mode, Charset charset) throws IOException in ZipFile() method in ZipFile 241 public ZipFile(File file, int mode, boolean enableZipPathValidator) throws IOException { in ZipFile() method in ZipFile 249 public ZipFile(File file, int mode, Charset charset, boolean enableZipPathValidator) in ZipFile() method in ZipFile 311 public ZipFile(String name, Charset charset) throws IOException in ZipFile() method in ZipFile 332 public ZipFile(File file, Charset charset) throws IOException in ZipFile() method in ZipFile
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/25/libcore/ojluni/src/main/java/java/util/zip/ |
D | ZipFile.java | 98 public class ZipFile implements ZipConstants, Closeable { class 152 public ZipFile(String name) throws IOException { in ZipFile() method in ZipFile 181 public ZipFile(File file, int mode) throws IOException { in ZipFile() method in ZipFile 197 public ZipFile(File file) throws ZipException, IOException { in ZipFile() method in ZipFile 234 public ZipFile(File file, int mode, Charset charset) throws IOException in ZipFile() method in ZipFile 241 public ZipFile(File file, int mode, boolean enableZipPathValidator) throws IOException { in ZipFile() method in ZipFile 249 public ZipFile(File file, int mode, Charset charset, boolean enableZipPathValidator) in ZipFile() method in ZipFile 311 public ZipFile(String name, Charset charset) throws IOException in ZipFile() method in ZipFile 332 public ZipFile(File file, Charset charset) throws IOException in ZipFile() method in ZipFile
|
/aosp_15_r20/external/rust/android-crates-io/crates/zip/src/ |
D | read.rs | 180 pub struct ZipFile<'a> { struct 181 data: Cow<'a, ZipFileData>, argument 183 reader: ZipFileReader<'a>, argument 820 impl<'a> ZipFile<'a> { impl 978 impl<'a> Read for ZipFile<'a> { implementation 984 impl<'a> Drop for ZipFile<'a> { implementation
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_internal/operations/install/ |
D | wheel.py | 358 self, src_record_path: RecordPath, dest_path: str, zip_file: ZipFile 434 wheel_zip: ZipFile, 495 zip_file: ZipFile, dest: str 506 zip_file: ZipFile, scheme: Scheme
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_internal/operations/install/ |
D | wheel.py | 358 self, src_record_path: RecordPath, dest_path: str, zip_file: ZipFile 434 wheel_zip: ZipFile, 495 zip_file: ZipFile, dest: str 506 zip_file: ZipFile, scheme: Scheme
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_internal/operations/install/ |
D | wheel.py | 358 self, src_record_path: RecordPath, dest_path: str, zip_file: ZipFile 434 wheel_zip: ZipFile, 495 zip_file: ZipFile, dest: str 506 zip_file: ZipFile, scheme: Scheme
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_internal/operations/install/ |
D | wheel.py | 358 self, src_record_path: RecordPath, dest_path: str, zip_file: ZipFile 434 wheel_zip: ZipFile, 495 zip_file: ZipFile, dest: str 506 zip_file: ZipFile, scheme: Scheme
|
/aosp_15_r20/external/executorch/devtools/etrecord/ |
H A D | _etrecord.py | 66 etrecord_zip: ZipFile, module_name: str, method_name: str, ep: ExportedProgram 87 etrecord_zip: ZipFile, 117 etrecord_zip: ZipFile, edge_dialect_exported_program: ExportedProgram
|
/aosp_15_r20/system/update_engine/scripts/ |
H A D | trim_ota_package.py | 7 def readPayloadMetadata(zfp: zipfile.ZipFile, entry):
|
H A D | simulate_ota.py | 51 def extract_img(zip_archive: zipfile.ZipFile, img_name, output_path, is_source):
|
/aosp_15_r20/external/pigweed/pw_build/py/pw_build/ |
H A D | zip.py | 118 zip_file: zipfile.ZipFile,
|
/aosp_15_r20/build/make/tools/ziptime/ |
H A D | ZipFile.h | 34 ZipFile(void) : mZipFp(NULL) {} in ZipFile() function
|
H A D | ZipEntry.h | 33 class ZipFile; variable
|
/aosp_15_r20/external/freetype/tests/scripts/ |
H A D | download-test-fonts.py | 151 archive: zipfile.ZipFile,
|
/aosp_15_r20/external/kotlinx.coroutines/buildSrc/src/main/kotlin/ |
H A D | UnpackAar.kt | 59 private fun ZipFile.unzip(entry: ZipEntry, output: File) { in ZipFile() method
|
/aosp_15_r20/frameworks/base/tools/aapt2/io/ |
H A D | ZipArchive.cpp | 31 ZipFile::ZipFile(ZipArchiveHandle handle, const ZipEntry& entry, const android::Source& source) in ZipFile() function in aapt::io::ZipFile
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/distlib/ |
D | compat.py | 275 ZipFile = BaseZipFile variable 290 class ZipFile(BaseZipFile): class
|