Searched defs:m_tempArchiveFile (Results 1 - 2 of 2) sorted by relevance

/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrProcessorST.java134 m_tempArchiveFile = Files.createTempFile (parentDir, archiveName, archiveExt);
135 if (log.atTRACE2 ()) log.trace2 ("handleArchiveStart", "created temp archive [" + m_tempArchiveFile.getAbsolutePath () + "]");
137 final OutputStream out = new FileOutputStream (m_tempArchiveFile);
369 if (! Files.renameFile (m_tempArchiveFile, m_origArchiveFile, true)) // overwrite the original archive
375 throw new EMMARuntimeException ("could not rename temporary file [" + m_tempArchiveFile + "] to [" + m_origArchiveFile + "]: make sure the original file is not locked and can be deleted");
379 if (log.atTRACE2 ()) log.trace2 ("handleArchiveEnd", "renamed temp archive [" + m_tempArchiveFile.getAbsolutePath () + "] to [" + m_origArchiveFile + "]");
380 m_origArchiveFile = m_tempArchiveFile = null;
610 if (m_tempArchiveFile != null)
611 m_tempArchiveFile.delete ();
616 m_tempArchiveFile
1030 private File m_origArchiveFile, m_tempArchiveFile; field in class:InstrProcessorST
[all...]
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 44 milliseconds