Searched refs:pathDir (Results 1 – 4 of 4) sorted by relevance
/external/emma/core/java12/com/vladium/emma/instr/ |
D | InstrProcessor.java | 232 protected final File getFullOutDir (final File pathDir, final boolean isClass) in getFullOutDir() argument 236 return pathDir; in getFullOutDir() 249 protected final File getFullOutFile (final File pathDir, final File file, final boolean isClass) in getFullOutFile() argument 251 return Files.newFile (getFullOutDir (pathDir, isClass), file.getPath ()); in getFullOutFile()
|
D | InstrProcessorST.java | 387 public final void handleDirStart (final File pathDir, final File dir) in handleDirStart() argument 390 if (log.atTRACE2 ()) log.trace2 ("handleDirStart", "[" + pathDir + "] [" + dir + "]"); in handleDirStart() 397 final File saveDir = new File (getFullOutDir (pathDir, IN_CLASSES), dir.getPath ()); in handleDirStart() 402 public final void handleFile (final File pathDir, final File file) in handleFile() argument 405 if (log.atTRACE2 ()) log.trace2 ("handleFile", "[" + pathDir + "] [" + file + "]"); in handleFile() 435 final File inFile = Files.newFile (pathDir, file.getPath ()); in handleFile() 436 final File fullOutFile = getFullOutFile (pathDir, file, IN_CLASSES); in handleFile() 553 final File inFile = Files.newFile (pathDir, file.getPath ()); in handleFile() 560 final File outFile = getFullOutFile (pathDir, file, IN_CLASSES); in handleFile() 572 public final void handleDirEnd (final File pathDir, final File dir) in handleDirEnd() argument [all …]
|
/external/emma/core/java12/com/vladium/emma/rt/ |
D | ClassPathProcessorST.java | 179 public void handleDirStart (final File pathDir, final File dir) in handleDirStart() argument 184 public void handleFile (final File pathDir, final File file) in handleFile() argument 186 if (m_log.atTRACE2 ()) m_log.trace2 ("handleFile", "[" + pathDir + "] [" + file + "]"); in handleFile() 201 final File inFile = Files.newFile (pathDir, file.getPath ()); in handleFile() 273 public void handleDirEnd (final File pathDir, final File dir) in handleDirEnd() argument
|
/external/emma/core/java12/com/vladium/util/ |
D | IPathEnumerator.java | 42 void handleDirStart (File pathDir, File dir); // not generated for path dirs themselves in handleDirStart() argument 43 void handleFile (File pathDir, File file); in handleFile() argument 44 void handleDirEnd (File pathDir, File dir); in handleDirEnd() argument
|