/aosp_15_r20/build/soong/zip/ |
H A D | zip.go | 236 type ZipWriter struct { struct 237 time time.Time 238 createdFiles map[string]string 239 createdDirs map[string]string 240 directories bool 242 errors chan error 243 writeOps chan chan *zipEntry 245 cpuRateLimiter *CPURateLimiter 246 memoryRateLimiter *MemoryRateLimiter 248 compressorPool sync.Pool [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/zip/src/ |
D | write.rs | 95 pub struct ZipWriter<W: Write + io::Seek> { struct 106 pub use zip_writer::ZipWriter; 227 impl<W: Write + io::Seek> Write for ZipWriter<W> { implementation 281 impl<A: Read + Write + io::Seek> ZipWriter<A> { implementation 323 impl<W: Write + io::Seek> ZipWriter<W> { impl 882 impl<W: Write + io::Seek> Drop for ZipWriter<W> { implementation
|
/aosp_15_r20/system/libziparchive/ |
H A D | zip_writer.cc | 89 ZipWriter::ZipWriter(FILE* f) in ZipWriter() function in ZipWriter 104 ZipWriter::ZipWriter(ZipWriter&& writer) noexcept in ZipWriter() function in ZipWriter
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | zip_writer.cc | 111 ZipWriter::ZipWriter(io::ZeroCopyOutputStream* raw_output) in ZipWriter() function in google::protobuf::compiler::ZipWriter
|
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/ |
H A D | zip_writer.cc | 111 ZipWriter::ZipWriter(io::ZeroCopyOutputStream* raw_output) in ZipWriter() function in google::protobuf::compiler::ZipWriter
|
/aosp_15_r20/external/zlib/google/ |
H A D | zip_writer.cc | 160 ZipWriter::ZipWriter(zipFile zip_file, FileAccessor* file_accessor) in ZipWriter() function in zip::internal::ZipWriter
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/native/cmds/dumpstate/ |
D | dumpstate.h | 59 class ZipWriter; variable
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/frameworks/native/cmds/dumpstate/ |
D | dumpstate.h | 63 class ZipWriter; variable
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/native/cmds/dumpstate/ |
D | dumpstate.h | 63 class ZipWriter; variable
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/frameworks/native/cmds/dumpstate/ |
D | dumpstate.h | 60 class ZipWriter; variable
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/frameworks/native/cmds/dumpstate/ |
D | dumpstate.h | 63 class ZipWriter; variable
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/native/cmds/dumpstate/ |
D | dumpstate.h | 60 class ZipWriter; variable
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/native/cmds/dumpstate/ |
D | dumpstate.h | 59 class ZipWriter; variable
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/native/cmds/dumpstate/ |
D | dumpstate.h | 59 class ZipWriter; variable
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/native/cmds/dumpstate/ |
D | dumpstate.h | 59 class ZipWriter; variable
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/frameworks/native/cmds/dumpstate/ |
D | dumpstate.h | 60 class ZipWriter; variable
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/frameworks/native/cmds/dumpstate/ |
D | dumpstate.h | 63 class ZipWriter; variable
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/frameworks/native/cmds/dumpstate/ |
D | dumpstate.h | 63 class ZipWriter; variable
|
/aosp_15_r20/prebuilts/vndk/v32/arm/include/frameworks/native/cmds/dumpstate/ |
D | dumpstate.h | 63 class ZipWriter; variable
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/native/cmds/dumpstate/ |
D | dumpstate.h | 63 class ZipWriter; variable
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/native/cmds/dumpstate/ |
D | dumpstate.h | 60 class ZipWriter; variable
|
/aosp_15_r20/prebuilts/vndk/v31/x86/include/frameworks/native/cmds/dumpstate/ |
D | dumpstate.h | 63 class ZipWriter; variable
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/native/cmds/dumpstate/ |
D | dumpstate.h | 59 class ZipWriter; variable
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/native/cmds/dumpstate/ |
D | dumpstate.h | 59 class ZipWriter; variable
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/native/cmds/dumpstate/ |
D | dumpstate.h | 59 class ZipWriter; variable
|