Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dgetpath.c384 int pfound, efound; /* 1 if found; -1 if found build directory */ in calculate_path() local
513 if (!(pfound = search_for_prefix(argv0_path, home))) { in calculate_path()
525 if (pfound > 0) { /* Use the reduced prefix returned by Py_GetPrefix() */ in calculate_path()
545 if ((!pfound || !efound) && !Py_FrozenFlag) in calculate_path()
637 if (pfound > 0) { in calculate_path()