HomeSort by relevance Sort by last modified time
    Searched refs:tempPathLength (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/win/
FileSystemWin.cpp 199 int tempPathLength = ::GetTempPathA(WTF_ARRAY_LENGTH(tempPath), tempPath);
200 if (tempPathLength <= 0 || tempPathLength > WTF_ARRAY_LENGTH(tempPath))
  /external/webkit/Source/WebCore/platform/wince/
FileSystemWinCE.cpp 195 int tempPathLength = ::GetTempPath(WTF_ARRAY_LENGTH(tempPath), tempPath);
196 if (tempPathLength <= 0 || tempPathLength > WTF_ARRAY_LENGTH(tempPath))

Completed in 45 milliseconds