HomeSort by relevance Sort by last modified time
    Searched refs:srcpath (Results 1 - 7 of 7) sorted by null

  /external/v8/tools/gyp/test/mac/
gyptest-lto.py 25 def ObjPath(srcpath, target):
30 srcpath + '.o')
33 target + '.' + srcpath + '.o')
36 target, srcpath + '.o')
  /external/emma/ant/ant14/com/vladium/emma/report/
reportTask.java 58 final Path srcpath = m_reportCfg.getSourcepath (); local
74 processor.setSourcePath (srcpath != null ? srcpath.list () : null);
  /external/emma/ant/ant14/com/vladium/emma/
emmajavaTask.java 141 final Path srcpath = m_reportCfg.getSourcepath (); local
142 if (srcpath != null)
145 super.createArg ().setValue (Strings.toListForm (srcpath.list (), ','));
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
buildtools.py 413 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)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
buildtools.py 413 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/lib/
emma_ant.jar 
  /prebuilts/devtools/tools/lib/
emma_ant.jar 

Completed in 509 milliseconds