HomeSort by relevance Sort by last modified time
    Searched full:toolfile (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/installer/setup/
setup.vcproj 16 <ToolFile
19 <ToolFile
  /external/valgrind/main/coregrind/
launcher-linux.c 247 char *toolfile; local
364 toolfile = malloc(strlen(valgrind_lib) + strlen(toolname) + strlen(platform) + 3);
365 if (toolfile == NULL)
366 barf("malloc of toolfile failed.");
367 sprintf(toolfile, "%s/%s-%s", valgrind_lib, toolname, platform);
369 VG_(debugLog)(1, "launcher", "launching %s\n", toolfile);
371 execve(toolfile, argv, new_env);
launcher-darwin.c 210 char *toolfile; local
410 asprintf(&toolfile, "%s/%s-%s-darwin", valgrind_lib, toolname, arch);
411 if (access(toolfile, R_OK|X_OK) != 0) {
412 barf("tool '%s' not installed (%s) (%s)", toolname, toolfile, strerror(errno));
415 VG_(debugLog)(1, "launcher", "launching %s\n", toolfile);
417 execve(toolfile, new_argv, new_env);
  /external/chromium_org/tools/gyp/pylib/gyp/
MSVSProject.py 90 self.tool_files_section.append(['ToolFile', {'RelativePath': path}])

Completed in 63 milliseconds