Home
last modified time | relevance | path

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

/build/tools/signapk/
DSignApk.java390 JarEntry outEntry = null; in copyFiles() local
393 outEntry = new JarEntry(inEntry); in copyFiles()
396 outEntry = new JarEntry(name); in copyFiles()
398 outEntry.setTime(timestamp); in copyFiles()
399 out.putNextEntry(outEntry); in copyFiles()