Home
last modified time | relevance | path

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

/third_party/python/PC/
Dgetpathp.c131 wchar_t *user_path; /* from HKEY_CURRENT_USER */ member
785 calculate->user_path = getpythonregpath(HKEY_CURRENT_USER, skiphome); in calculate_module_search_path()
793 calculate->user_path != NULL); in calculate_module_search_path()
822 if (calculate->user_path) { in calculate_module_search_path()
823 bufsz += wcslen(calculate->user_path) + 1; in calculate_module_search_path()
855 if (calculate->user_path) { in calculate_module_search_path()
856 if (wcscpy_s(buf, bufsz - (buf - start_buf), calculate->user_path)) { in calculate_module_search_path()
1046 PyMem_RawFree(calculate->user_path); in calculate_free()
/third_party/python/Lib/test/
Dtest_sysconfig.py298 user_path = get_path(name, 'posix_user')
309 self.assertEqual(user_path, expected)