Home
last modified time | relevance | path

Searched defs:ZipFile (Results 1 – 25 of 327) sorted by relevance

12345678910>>...14

/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
H A DZipFile.java88 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 DZipFile.java32 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 Dsign_target_files_apks.py604 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/
Dwheel.py20 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/
Dwheel.py20 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/
Dwheel.py20 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/
Dwheel.py20 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/
DZipFile.java98 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 DZipFile.java98 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/
DZipFile.java98 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/
Dread.rs180 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/
Dwheel.py358 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/
Dwheel.py358 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/
Dwheel.py358 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/
Dwheel.py358 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.py66 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 Dtrim_ota_package.py7 def readPayloadMetadata(zfp: zipfile.ZipFile, entry):
H A Dsimulate_ota.py51 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 Dzip.py118 zip_file: zipfile.ZipFile,
/aosp_15_r20/build/make/tools/ziptime/
H A DZipFile.h34 ZipFile(void) : mZipFp(NULL) {} in ZipFile() function
H A DZipEntry.h33 class ZipFile; variable
/aosp_15_r20/external/freetype/tests/scripts/
H A Ddownload-test-fonts.py151 archive: zipfile.ZipFile,
/aosp_15_r20/external/kotlinx.coroutines/buildSrc/src/main/kotlin/
H A DUnpackAar.kt59 private fun ZipFile.unzip(entry: ZipEntry, output: File) { in ZipFile() method
/aosp_15_r20/frameworks/base/tools/aapt2/io/
H A DZipArchive.cpp31 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/
Dcompat.py275 ZipFile = BaseZipFile variable
290 class ZipFile(BaseZipFile): class

12345678910>>...14