Searched refs:g_limit_dword (Results 1 – 1 of 1) sorted by relevance
363 static sal_uInt64 const g_limit_dword = std::numeric_limits< DWORD >::max(); in readFileAt() local364 if (g_limit_dword < uBytesRequested) in readFileAt()437 static sal_uInt64 const g_limit_dword = std::numeric_limits< DWORD >::max(); in writeFileAt() local438 if (g_limit_dword < uBytesToWrite) in writeFileAt()
Completed in 15 milliseconds