Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dgetpath.c390 uint32_t nsexeclength = MAXPATHLEN; in calculate_path() local
392 unsigned long nsexeclength = MAXPATHLEN; in calculate_path() local
414 else if(0 == _NSGetExecutablePath(progpath, &nsexeclength) && progpath[0] == SEP) in calculate_path()
/external/python/cpython3/Modules/
Dgetpath.c570 uint32_t nsexeclength = MAXPATHLEN; in calculate_program_full_path() local
572 unsigned long nsexeclength = MAXPATHLEN; in calculate_program_full_path() local
596 else if(0 == _NSGetExecutablePath(execpath, &nsexeclength) && in calculate_program_full_path()