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

  /libcore/luni/src/test/java/libcore/java/util/zip/
Zip64FileTest.java 39 final File file = createZipFile(65550, 2, false /* setEntrySize */);
67 final File file = createZipFile(5, 1073741824L, false /* setEntrySize */);
85 createZipFile(1, 4294967410L, false /* setEntrySize */);
90 final File file = createZipFile(1, 4294967410L, true /* setEntrySize */);
106 private File createZipFile(int numEntries, long entrySize, boolean setEntrySize)
  /frameworks/base/packages/Shell/tests/src/com/android/shell/
BugreportReceiverTest.java 186 createZipFile(mZipPath, BUGREPORT_FILE, BUGREPORT_CONTENT);
187 createZipFile(mZipPath2, BUGREPORT_FILE, BUGREPORT_CONTENT);
    [all...]

Completed in 76 milliseconds