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

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

Completed in 210 milliseconds