Home
last modified time | relevance | path

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

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