Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dgetcwd.c53 #ifndef PWD_CMD
54 #define PWD_CMD "/bin/pwd" macro
66 if ((fp = popen(PWD_CMD, "r")) == NULL) in getcwd()