Searched refs:srcpath (Results 1 – 5 of 5) sorted by relevance
41 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);
58 final Path srcpath = m_reportCfg.getSourcepath (); in execute() local74 processor.setSourcePath (srcpath != null ? srcpath.list () : null); in execute()
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)
141 final Path srcpath = m_reportCfg.getSourcepath (); in execute() local142 if (srcpath != null) in execute()145 super.createArg ().setValue (Strings.toListForm (srcpath.list (), ',')); in execute()
191 ServerHandler.src_path = args.srcpath