Searched refs:storedPath (Results 1 – 1 of 1) sorted by relevance
141 String storedPath) throws IOException { in addDirectory() argument143 final String childStoredPath = storedPath + "/" + child.getName(); in addDirectory()168 private static void addFile(ZipOutputStream os, File current, String storedPath) in addFile() argument172 os.putNextEntry(new ZipEntry(storedPath)); in addFile()185 Log.i(TAG, "Added " + current.getAbsolutePath() + " as " + storedPath + in addFile()