Home
last modified time | relevance | path

Searched refs:buffer_read (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sal/qa/rtl/logfile/
H A Drtl_logfile.cxx147 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()
/trunk/main/sal/qa/osl/file/
H A Dosl_File.cxx3497 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 48 milliseconds