Searched refs:m_sourcePath (Results 1 – 2 of 2) sorted by relevance
67 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
135 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