Searched refs:strip_cmd (Results 1 - 2 of 2) sorted by relevance

/build/make/tools/atree/
H A Dfs.cpp149 const char* strip_cmd = getenv("ATREE_STRIP"); local
150 if (!strip_cmd || !strip_cmd[0]) {
151 strip_cmd = "strip";
161 const char *s = strip_cmd;
171 fprintf(stderr, "Invalid ATREE_STRIP command '%s'\n", strip_cmd);
175 return execlp(strip_cmd, strip_cmd, path.c_str(), (char *)NULL);
179 char* cmd = strdup(strip_cmd);
/build/tools/atree/
H A Dfs.cpp149 const char* strip_cmd = getenv("ATREE_STRIP"); local
150 if (!strip_cmd || !strip_cmd[0]) {
151 strip_cmd = "strip";
161 const char *s = strip_cmd;
171 fprintf(stderr, "Invalid ATREE_STRIP command '%s'\n", strip_cmd);
175 return execlp(strip_cmd, strip_cmd, path.c_str(), (char *)NULL);
179 char* cmd = strdup(strip_cmd);

Completed in 67 milliseconds