Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dgetpath.c391 uint32_t nsexeclength = MAXPATHLEN; in calculate_path() local
393 unsigned long nsexeclength = MAXPATHLEN; in calculate_path() local
415 else if(0 == _NSGetExecutablePath(progpath, &nsexeclength) && progpath[0] == SEP) in calculate_path()
/external/python/cpython3/Modules/
Dgetpath.c927 uint32_t nsexeclength = Py_ARRAY_LENGTH(execpath) - 1; in calculate_program_macos() local
939 if (_NSGetExecutablePath(execpath, &nsexeclength) != 0 in calculate_program_macos()