Home
last modified time | relevance | path

Searched refs:addToZipFile (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/util/
DZipUtilFuncTest.java142 addToZipFile(localLargeFile.getAbsolutePath(), zos); in createLargeZipFile()
149 private static void addToZipFile(String fileName, ZipOutputStream zos) throws IOException { in addToZipFile() method in ZipUtilFuncTest