Home
last modified time | relevance | path

Searched refs:efound (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
536 if (!(efound = search_for_exec_prefix(argv0_path, home))) { in calculate_path()
545 if ((!pfound || !efound) && !Py_FrozenFlag) in calculate_path()
648 if (efound > 0) { in calculate_path()