Searched defs:tmpPath (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Win32GraphicsEnv.cpp235 WCHAR tmpPath[MAX_PATH + 1]; local
279 && swprintf(tmpPath, MAX_PATH, L"%s%s", systemRoot, fontPath + 12) != -1) {
280 fontPath = tmpPath;
289 swprintf(tmpPath, MAX_PATH, L"%s\\FONTS\\EUDC.TTE", systemRoot);
290 fontPath = tmpPath;

Completed in 68 milliseconds