Searched refs:dwResult (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/util/ | ||
H A D | memstream.c | 37 DWORD dwResult = GetTempPath(MAX_PATH, path); in u_memstream_open() local 38 if ((dwResult > 0) && (dwResult < MAX_PATH)) { in u_memstream_open() |
Completed in 0 milliseconds