Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/wince/
DFileSystemWinCE.cpp195 int tempPathLength = ::GetTempPath(WTF_ARRAY_LENGTH(tempPath), tempPath); in openTemporaryFile() local
196 if (tempPathLength <= 0 || tempPathLength > WTF_ARRAY_LENGTH(tempPath)) in openTemporaryFile()
/external/webkit/Source/WebCore/platform/win/
DFileSystemWin.cpp199 int tempPathLength = ::GetTempPathA(WTF_ARRAY_LENGTH(tempPath), tempPath); in openTemporaryFile() local
200 if (tempPathLength <= 0 || tempPathLength > WTF_ARRAY_LENGTH(tempPath)) in openTemporaryFile()