Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dgetpath.c394 uint32_t nsexeclength = MAXPATHLEN; in calculate_path() local
396 unsigned long nsexeclength = MAXPATHLEN; in calculate_path() local
418 else if(0 == _NSGetExecutablePath(progpath, &nsexeclength) && progpath[0] == SEP) in calculate_path()