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

  /external/webkit/WebCore/platform/win/
FileSystemWin.cpp 195 int tempPathLength = ::GetTempPathA(_countof(tempPath), tempPath);
196 if (tempPathLength <= 0 || tempPathLength > _countof(tempPath))
  /external/webkit/WebCore/platform/wince/
FileSystemWince.cpp 176 int tempPathLength = ::GetTempPath(_countof(tempPath), tempPath);
177 if (tempPathLength <= 0 || tempPathLength > _countof(tempPath))

Completed in 39 milliseconds