Searched defs:handleArchiveEnd (Results 1 - 5 of 5) sorted by relevance

/external/emma/core/java12/com/vladium/util/
H A DIPathEnumerator.java58 void handleArchiveEnd (File parentDir, File archive); method in interface:IPathEnumerator.IPathHandler
114 handler.handleArchiveEnd (parent, archive); // note: it is important that this is called after the zip stream has been closed
188 // handler.handleArchiveEnd (currentPathDir, child);
/external/emma/core/java12/com/vladium/emma/rt/
H A DClassPathProcessorST.java173 public void handleArchiveEnd (final File parentDir, final File archive) method in class:ClassPathProcessorST
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrProcessorST.java342 public final void handleArchiveEnd (final File parentDir, final File archive) method in class:InstrProcessorST
345 if (log.atTRACE2 ()) log.trace2 ("handleArchiveEnd", "[" + parentDir + "] [" + archive + "]");
379 if (log.atTRACE2 ()) log.trace2 ("handleArchiveEnd", "renamed temp archive [" + m_tempArchiveFile.getAbsolutePath () + "] to [" + m_origArchiveFile + "]");
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 211 milliseconds