Searched defs:exec_prefix (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/Efi/
H A Dgetpath.c78 static char exec_prefix[MAXPATHLEN+1]; variable
411 dependent directory (exec_prefix), containing the shared library
412 modules. Note that prefix and exec_prefix are the same directory
415 Separate searches are carried out for prefix and exec_prefix.
417 file or directory is found. If no prefix or exec_prefix is found, a
433 are performed for prefix and for exec_prefix, but with a different
437 exec_prefix will always be lib/python.VERSION/dynaload, where VERSION
442 it points to prefix and exec_prefix. %PYTHONHOME% can be a single
443 directory, which is used for both, or the prefix and exec_prefix
453 Well, almost. Once we have determined prefix and exec_prefix, th
[all...]

Completed in 33 milliseconds