Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dgetpath.c132 wchar_t *vpath_macro; /* VPATH macro */ member
495 status = joinpath(prefix, calculate->vpath_macro, prefix_len); in search_for_prefix()
1459 calculate->vpath_macro = Py_DecodeLocale(VPATH, &len); in calculate_init()
1460 if (!calculate->vpath_macro) { in calculate_init()
1485 PyMem_RawFree(calculate->vpath_macro); in calculate_free()