Home
last modified time | relevance | path

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

/external/emma/ant/ant14/com/vladium/emma/report/
DreportTask.java58 final Path srcpath = m_reportCfg.getSourcepath (); in execute() local
74 processor.setSourcePath (srcpath != null ? srcpath.list () : null); in execute()
/external/python/cpython2/Lib/plat-mac/
Dbuildtools.py413 srcpath = os.path.join(srctree, this)
415 if os.path.isdir(srcpath):
417 elif os.path.islink(srcpath):
418 endpoint = os.readlink(srcpath)
424 shutil.copy2(srcpath, dstpath)
/external/emma/ant/ant14/com/vladium/emma/
DemmajavaTask.java141 final Path srcpath = m_reportCfg.getSourcepath (); in execute() local
142 if (srcpath != null) in execute()
145 super.createArg ().setValue (Strings.toListForm (srcpath.list (), ',')); in execute()