Home
last modified time | relevance | path

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

/external/emma/core/java12/com/vladium/emma/report/
DReportProcessor.java67 m_sourcePath = null; in setSourcePath()
69 m_sourcePath = Files.pathToFiles (path, true); // always canonicalize source path in setSourcePath()
136 if ((m_sourcePath == null) || (m_sourcePath.length == 0)) in _run()
144 for (int p = 0; p < m_sourcePath.length; ++ p) in _run()
146 final File f = m_sourcePath [p]; in _run()
243 …if (m_sourcePath != null) srcpathCache = new SourcePathCache (m_sourcePath, true); // ignore non-e… in _run()
321 private File [] m_sourcePath; // can be null/empty for run() field in ReportProcessor
/external/emma/core/java12/com/vladium/emma/rt/
DAppRunner.java135 m_sourcePath = null; in setSourcePath()
137 m_sourcePath = Files.pathToFiles (path, true); // always canonicalize source path in setSourcePath()
286 if ((m_sourcePath == null) || (m_sourcePath.length == 0)) in _run()
294 for (int p = 0; p < m_sourcePath.length; ++ p) in _run()
296 final File f = m_sourcePath [p]; in _run()
358 …if (m_sourcePath != null) srcpathCache = new SourcePathCache (m_sourcePath, true); // ignore non-e… in _run()
912 private File [] m_sourcePath; // can be null/empty for run() field in AppRunner