Lines Matching refs:nCount_read

3498         sal_uInt64 nCount_write, nCount_read;  in TEST_F()  local
3504 nError3 = testFile.read( buffer_read, 10, nCount_read ); in TEST_F()
3515 …( 10 == nCount_read )) << "test for open function: test for OpenFlag_Read,OpenFlag_Write and OpenF… in TEST_F()
3579 sal_uInt64 nCount_write, nCount_read; member in osl_File::setPos
3617 nError1 = testFile.read( buffer_read, 1, nCount_read ); in TEST_F()
3636 nError1 = testFile.read( buffer_read, 1, nCount_read ); in TEST_F()
3657 nError1 = testFile.read( buffer_read, 1, nCount_read ); in TEST_F()
3673 sal_uInt64 nCount_write, nCount_read; member in osl_File::getPos
3732 sal_uInt64 nCount_write, nCount_read; member in osl_File::isEndOfFile
3819 sal_uInt64 nCount_write, nCount_read; member in osl_File::setSize
3937 sal_uInt64 nCount_write, nCount_read; member in osl_File::read
3976 nError1 = testFile.read( buffer_read, 10, nCount_read ); in TEST_F()
3999 nError1 = testFile.read( buffer_read, 26, nCount_read ); in TEST_F()
4007 …ASSERT_TRUE(( 52 == nFilePointer ) && ( 26 == nCount_read ) && ( 0 == strncmp( buffer_read, &pBuff… in TEST_F()
4018 sal_uInt64 nCount_write, nCount_read; member in osl_File::write
4053 nError1 = testFile.read( buffer_read, 10, nCount_read ); in TEST_F()
4072 sal_uInt64 nCount_write, nCount_read; member in osl_File::readLine
4150 sal_uInt64 nCount_write, nCount_read; member in osl_File::copy
4268 sal_uInt64 nCount_write, nCount_read; member in osl_File::move
4412 sal_uInt64 nCount_write, nCount_read; member in osl_File::FileRemove