Home
last modified time | relevance | path

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

/external/ltp/lib/
Dself_exec.c168 char *tmp_cwd; in self_exec() local
173 if ((tmp_cwd = getcwd(NULL, 0)) == NULL) { in self_exec()
178 arg = strdup(tmp_cwd); in self_exec()