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("STRIP"); local
157 if (!strip_cmd || !strip_cmd[0]) {
158 strip_cmd = "strip";
166 return execlp(strip_cmd, strip_cmd, path.c_str(), (char *)NULL);
  /external/chromium/build/mac/
strip_save_dsym 288 strip_cmd = subprocess.Popen(strip_cmdline)
289 if strip_cmd.wait() == 0:

Completed in 31 milliseconds