HomeSort by relevance Sort by last modified time
    Searched refs:srcpath (Results 1 - 4 of 4) 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);
  /frameworks/base/cmds/installd/
commands.c 608 int movefileordir(char* srcpath, char* dstpath, int dstbasepos,
615 int srcend = strlen(srcpath);
618 if (lstat(srcpath, statbuf) < 0) {
619 LOGW("Unable to stat %s: %s\n", srcpath, strerror(errno));
626 LOGV("Renaming %s to %s (uid %d)\n", srcpath, dstpath, dstuid);
627 if (rename(srcpath, dstpath) >= 0) {
635 srcpath, dstpath, strerror(errno));
641 d = opendir(srcpath);
643 LOGW("Unable to opendir %s: %s\n", srcpath, strerror(errno));
658 LOGW("Source path too long; skipping: %s/%s\n", srcpath, name)
697 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 (), ','));
  /external/emma/lib/
emma_ant.jar 

Completed in 156 milliseconds