Searched refs:buffer_read (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/sal/qa/rtl/logfile/ |
| H A D | rtl_logfile.cxx | 142 sal_Char buffer_read[400]; in TEST_F() local 144 nError1 = aTestFile.read( buffer_read, 400, nCount_read ); in TEST_F() 146 ASSERT_TRUE( strstr( buffer_read, "trace 1 2 3") != NULL ) << "write right logs"; in TEST_F()
|
| /trunk/main/sal/qa/osl/file/ |
| H A D | osl_File.cxx | 3497 sal_Char buffer_read[30]; in TEST_F() local 3504 nError3 = testFile.read( buffer_read, 10, nCount_read ); in TEST_F() 3611 sal_Char buffer_read[2]; in TEST_F() local 3617 nError1 = testFile.read( buffer_read, 1, nCount_read ); in TEST_F() 3622 …ASSERT_TRUE(buffer_read[0] == pBuffer_Char[26]) << "test for setPos function: test for Pos_Absolut… in TEST_F() 3628 sal_Char buffer_read[2]; in TEST_F() local 3636 nError1 = testFile.read( buffer_read, 1, nCount_read ); in TEST_F() 3641 …ASSERT_TRUE(buffer_read[0] == pBuffer_Char[sizeof( pBuffer_Char ) - 2]) << "test for setPos functi… in TEST_F() 3647 sal_Char buffer_read[2]; in TEST_F() local 3657 nError1 = testFile.read( buffer_read, 1, nCount_read ); in TEST_F() [all …]
|