Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dgetpath.c156 isxfile(char *filename) /* Is executable file */ in isxfile() function
432 if (isxfile(progpath)) in calculate_path()
/external/python/cpython3/Modules/
Dgetpath.c198 isxfile(wchar_t *filename) in isxfile() function
325 if (!isxfile(progpath)) { in add_exe_suffix()
626 if (isxfile(program_full_path)) { in calculate_program_full_path()