Home
last modified time | relevance | path

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

/aoo42x/main/sal/qa/osl/file/
H A Dosl_File.cxx3765 sal_Bool *pEOF = &bEOF; in TEST_F() local
3773 nError1 = testFile.isEndOfFile( pEOF ); in TEST_F()
3779 …ASSERT_TRUE(sal_True == *pEOF) << "test for isEndOfFile function: set the position to end, check i… in TEST_F()
3786 sal_Bool *pEOF = &bEOF; in TEST_F() local
3794 *pEOF = sal_False; in TEST_F()
3795 while ( !( *pEOF ) ) in TEST_F()
3797 nError1 = testFile.isEndOfFile( pEOF ); in TEST_F()
4126 sal_Bool *pEOF = &bEOF; in TEST_F() local
4135 nError1 = testFile.isEndOfFile( pEOF ); in TEST_F()
4138 ASSERT_TRUE(*pEOF && in TEST_F()

Completed in 56 milliseconds