Home
last modified time | relevance | path

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

/external/emma/ant/ant14/com/vladium/emma/report/
DReportCfg.java248 return m_srcpath; in getSourcepath()
301 if (m_srcpath == null) in setSourcepath()
302 m_srcpath = path; in setSourcepath()
304 m_srcpath.append (path); in setSourcepath()
314 if (m_srcpath == null) in createSourcepath()
315 m_srcpath = new Path (m_project); in createSourcepath()
317 return m_srcpath.createPath (); in createSourcepath()
442 private Path m_srcpath; field in ReportCfg
/external/emma/core/java12/com/vladium/emma/report/
DreportCommand.java92 m_srcpath = getListOptValue (opt, PATH_DELIMITERS, true); in run()
125 processor.setSourcePath (m_srcpath); in run()
171 private String [] m_srcpath; field in reportCommand
/external/emma/core/java12/com/vladium/emma/
DrunCommand.java96 m_srcpath = getListOptValue (opt, PATH_DELIMITERS, true); in run()
238 processor.setSourcePath (m_srcpath); in run()
319 private String [] m_classpath, m_srcpath; field in runCommand