Home
last modified time | relevance | path

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

/build/tools/signapk/
DSignApk.java409 JarEntry outEntry = null; in copyFiles() local
412 outEntry = new JarEntry(inEntry); in copyFiles()
415 outEntry = new JarEntry(name); in copyFiles()
417 outEntry.setTime(timestamp); in copyFiles()
418 out.putNextEntry(outEntry); in copyFiles()