Home
last modified time | relevance | path

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

/external/flac/include/share/grabbag/
Dfile.h41 void grabbag__file_copy_metadata(const char *srcpath, const char *destpath);
42 FLAC__off_t grabbag__file_get_filesize(const char *srcpath);
43 const char *grabbag__file_get_basename(const char *srcpath);
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/sancov/
Dcoverage-report-server.py191 ServerHandler.src_path = args.srcpath