Home
last modified time | relevance | path

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

/third_party/python/PC/
Dgetpathp.c130 wchar_t *machine_path; /* from HKEY_LOCAL_MACHINE */ member
783 calculate->machine_path = getpythonregpath(HKEY_LOCAL_MACHINE, in calculate_module_search_path()
792 calculate->machine_path != NULL || in calculate_module_search_path()
825 if (calculate->machine_path) { in calculate_module_search_path()
826 bufsz += wcslen(calculate->machine_path) + 1; in calculate_module_search_path()
862 if (calculate->machine_path) { in calculate_module_search_path()
863 if (wcscpy_s(buf, bufsz - (buf - start_buf), calculate->machine_path)) { in calculate_module_search_path()
1045 PyMem_RawFree(calculate->machine_path); in calculate_free()