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

  /build/tools/atree/
fs.cpp 156 const char* strip_cmd = getenv("ATREE_STRIP"); local
157 if (!strip_cmd || !strip_cmd[0]) {
158 strip_cmd = "strip";
168 const char *s = strip_cmd;
178 fprintf(stderr, "Invalid ATREE_STRIP command '%s'\n", strip_cmd);
182 return execlp(strip_cmd, strip_cmd, path.c_str(), (char *)NULL);
186 char* cmd = strdup(strip_cmd);
  /external/chromium/build/mac/
strip_save_dsym 288 strip_cmd = subprocess.Popen(strip_cmdline)
289 if strip_cmd.wait() == 0:

Completed in 143 milliseconds