Home
last modified time | relevance | path

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

/external/ltp/lib/
Dself_exec.c40 static char *start_cwd; /* Stores the starting directory for self_exec */ variable
82 start_cwd = getcwd(NULL, 0); in maybe_run_child()
216 if (chdir(start_cwd) < 0) { in self_exec()
218 start_cwd); in self_exec()