Home
last modified time | relevance | path

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

/external/python/cpython3/PC/
Dgetpathp.c242 static PPathCchCombineEx _PathCchCombineEx; variable
250 _PathCchCombineEx = (PPathCchCombineEx)GetProcAddress(pathapi, "PathCchCombineEx"); in join()
253 _PathCchCombineEx = NULL; in join()
258 if (_PathCchCombineEx) { in join()
259 if (FAILED(_PathCchCombineEx(buffer, MAXPATHLEN+1, buffer, stuff, 0))) { in join()