Searched refs:tempDirPath (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/win/
H A DFileSystemWin.cpp301 WCHAR tempDirPath[MAX_PATH]; local
302 if (!GetTempPathW(WTF_ARRAY_LENGTH(tempDirPath), tempDirPath))
306 if (!GetTempFileNameW(tempDirPath, L"WEBKIT", 0, tempPath))

Completed in 163 milliseconds