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

  /external/webkit/WebCore/platform/win/
FileSystemWin.cpp 206 const int randomPartLength = 8;
207 if (!CryptGenRandom(hCryptProv, randomPartLength, reinterpret_cast<BYTE*>(tempFile)))
213 for (int i = 0; i < randomPartLength; ++i)
  /external/webkit/WebCore/platform/wince/
FileSystemWince.cpp 188 const int randomPartLength = 8;
189 if (!CryptGenRandom(hCryptProv, randomPartLength * 2, reinterpret_cast<BYTE*>(tempFile)))
195 for (int i = 0; i < randomPartLength; ++i)

Completed in 19 milliseconds