HomeSort by relevance Sort by last modified time
    Searched defs:ZipBuilder (Results 1 - 2 of 2) sorted by null

  /build/make/tools/ijar/
zip.h 47 class ZipBuilder {
49 virtual ~ZipBuilder() {}
57 // is owned by ZipBuilder and should not be free'd by the caller. The
96 // Create a new ZipBuilder writing the file zip_file and the size of the
97 // output will be at most estimated_size. Use ZipBuilder::EstimateSize() or
101 static ZipBuilder* Create(const char* zip_file, u8 estimated_size);
158 // method can be used to create a ZipBuilder for storing a subset
  /art/compiler/
oat_test.cc 278 class ZipBuilder {
280 explicit ZipBuilder(File* zip_file) : zip_file_(zip_file) { }
678 ZipBuilder zip_builder(zip_file.GetFile());
    [all...]

Completed in 622 milliseconds