Searched refs:buffer_read (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/sal/qa/rtl/logfile/ |
H A D | rtl_logfile.cxx | 147 sal_Char buffer_read[400]; in TEST_F() local 149 nError1 = aTestFile.read( buffer_read, 400, nCount_read ); in TEST_F() 151 ASSERT_TRUE( strstr( buffer_read, "trace 1 2 3") != NULL ) << "write right logs"; in TEST_F()
|
/aoo42x/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() 3628 sal_Char buffer_read[2]; in TEST_F() local 3636 nError1 = testFile.read( buffer_read, 1, nCount_read ); 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() 3970 sal_Char buffer_read[10]; in TEST_F() local 3991 sal_Char buffer_read[26]; in TEST_F() local [all …]
|
Completed in 70 milliseconds