HomeSort by relevance Sort by last modified time
    Searched refs:strip_cmd (Results 1 - 3 of 3) 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_org/build/android/gyp/
strip_library_for_device.py 16 strip_cmd = ([android_strip] +
19 build_utils.CheckOutput(strip_cmd)
  /external/chromium_org/build/mac/
strip_save_dsym 280 strip_cmd = subprocess.Popen(strip_cmdline)
281 if strip_cmd.wait() == 0:

Completed in 286 milliseconds