Home
last modified time | relevance | path

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

/third_party/python/PC/
Dgetpathp.c346 static const WCHAR keyPrefix[] = L"Software\\Python\\PythonCore\\"; in getpythonregpath() local
357 keyBufLen = sizeof(keyPrefix) + in getpythonregpath()
365 memcpy_s(keyBufPtr, keyBufLen, keyPrefix, sizeof(keyPrefix)-sizeof(WCHAR)); in getpythonregpath()
366 keyBufPtr += Py_ARRAY_LENGTH(keyPrefix) - 1; in getpythonregpath()