HomeSort by relevance Sort by last modified time
    Searched defs:ofile (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/WebCore.gyp/scripts/
rule_gperf.py 77 ofile = open(outputCpp, 'w') variable
81 returnCode = subprocess.call(command, stdout=ofile.fileno())
  /external/clearsilver/imd/
imd.c 204 char ofile[_POSIX_PATH_MAX]; local
210 snprintf (ofile, sizeof(ofile), "%s/%s", path, file);
247 snprintf(cmd, sizeof(cmd), "djpeg -pnm %s | pnmflip %s | cjpeg -quality 85 > %s", ofile, opt, rpath);
252 snprintf(cmd, sizeof(cmd), "giftopnm %s | pnmflip %s | ppmtogif > %s", ofile, opt, rpath);
265 if (link(ofile, nfile))
266 return nerr_raise_errno (NERR_SYSTEM, "Unable to link %s -> %s", ofile, nfile);
267 unlink(ofile);

Completed in 161 milliseconds