Home | History | Annotate | Download | only in Modules

Lines Matching refs:VPATH

49  * argv0_path.  For prefix, the landmark's path is derived from the VPATH
105 #if !defined(PREFIX) || !defined(EXEC_PREFIX) || !defined(VERSION) || !defined(VPATH)
106 #error "PREFIX, EXEC_PREFIX, VERSION, and VPATH must be constant defined"
342 wchar_t *vpath;
362 /* Check VPATH to see if argv0_path is in the build directory. */
363 vpath = Py_DecodeLocale(VPATH, NULL);
364 if (vpath != NULL) {
367 joinpath(prefix, vpath);
368 PyMem_RawFree(vpath);