Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dgetpath.c157 isxfile(char *filename) /* Is executable file */ in isxfile() function
433 if (isxfile(progpath)) in calculate_path()
/external/python/cpython3/Modules/
Dgetpath.c198 isxfile(const wchar_t *filename) in isxfile() function
435 if (isxfile(progpath2)) { in add_exe_suffix()
905 if (isxfile(abs_path)) { in calculate_which()