Searched refs:archivePath (Results 1 – 2 of 2) sorted by relevance
14 item(jar.archivePath) {
792 public void addFile(File file, String archivePath) throws ApkCreationException, in addFile() argument797 addFile(inputStream, lastModified, archivePath); in addFile()805 private void addFile(InputStream content, long lastModified, String archivePath) in addFile() argument808 JarEntry entry = new JarEntry(archivePath); in addFile()