Searched defs:env_path (Results 1 - 1 of 1) sorted by relevance

/external/linux-tools-perf/util/
H A Dhelp.c166 const char *env_path = getenv("PATH"); local
176 if (env_path) {
178 path = paths = strdup(env_path);

Completed in 1209 milliseconds