Searched refs:tempPathLength (Results 1 – 2 of 2) sorted by relevance
195 int tempPathLength = ::GetTempPath(WTF_ARRAY_LENGTH(tempPath), tempPath); in openTemporaryFile() local196 if (tempPathLength <= 0 || tempPathLength > WTF_ARRAY_LENGTH(tempPath)) in openTemporaryFile()
199 int tempPathLength = ::GetTempPathA(WTF_ARRAY_LENGTH(tempPath), tempPath); in openTemporaryFile() local200 if (tempPathLength <= 0 || tempPathLength > WTF_ARRAY_LENGTH(tempPath)) in openTemporaryFile()