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

  /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/chromium_org/native_client_sdk/src/build_tools/
easy_template.py 63 def RunTemplateFile(srcpath, dstpath, template_dict, statement_re=None,
65 with open(srcpath) as srcfile:
70 def RunTemplateFileIfChanged(srcpath, dstpath, replace):
72 with open(srcpath) as srcfile:
parse_dsc.py 155 def LoadProjectTreeUnfiltered(srcpath):
158 for root, _, files in os.walk(srcpath):
172 def LoadProjectTree(srcpath, include, exclude=None):
173 out = LoadProjectTreeUnfiltered(srcpath)
generate_make.py 123 srcpath = os.path.join(srcroot, 'index.html')
135 RunTemplateFileIfChanged(srcpath, dstpath, replace)
140 srcpath = os.path.join(SDK_EXAMPLE_DIR, 'resources', 'manifest.json.template')
156 RunTemplateFileIfChanged(srcpath, dstpath, replace)
build_projects.py 42 srcpath = os.path.join(srcdir, filename)
44 buildbot_common.CopyFile(srcpath, dstpath)
  /frameworks/native/cmds/installd/
commands.c 797 int movefileordir(char* srcpath, char* dstpath, int dstbasepos,
804 int srcend = strlen(srcpath);
807 if (lstat(srcpath, statbuf) < 0) {
808 ALOGW("Unable to stat %s: %s\n", srcpath, strerror(errno));
815 ALOGV("Renaming %s to %s (uid %d)\n", srcpath, dstpath, dstuid);
816 if (rename(srcpath, dstpath) >= 0) {
824 srcpath, dstpath, strerror(errno));
830 d = opendir(srcpath);
832 ALOGW("Unable to opendir %s: %s\n", srcpath, strerror(errno));
847 ALOGW("Source path too long; skipping: %s/%s\n", srcpath, name)
886 char srcpath[PKG_PATH_MAX]; local
    [all...]
  /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/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 

Completed in 445 milliseconds