Home
last modified time | relevance | path

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

/external/emma/core/java12/com/vladium/emma/report/
DSourcePathCache.java37 public SourcePathCache (final String [] sourcepath, final boolean removeNonExistent) in SourcePathCache() argument
46 if (! removeNonExistent || (dir.isDirectory () && dir.exists ())) in SourcePathCache()
59 public SourcePathCache (final File [] sourcepath, final boolean removeNonExistent) in SourcePathCache() argument
68 if (! removeNonExistent || (dir.isDirectory () && dir.exists ())) in SourcePathCache()