Home
last modified time | relevance | path

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

/trunk/main/sal/qa/osl/file/
H A Dosl_File.cxx3705 sal_uInt64 nFilePointer; in TEST_F() local
3707 nError1 = testFile.getPos( nFilePointer ); in TEST_F()
3715 nError1 = testFile.getPos( nFilePointer ); in TEST_F()
3721 …ASSERT_TRUE(26 == nFilePointer) << "test for getPos function: set the position to 26, get position… in TEST_F()
3787 sal_uInt64 nFilePointer = 0; in TEST_F() local
3802 nError1 = testFile.getPos( nFilePointer ); in TEST_F()
3808 …ASSERT_TRUE(sizeof( pBuffer_Char ) + 1 == nFilePointer) << "test for isEndOfFile function: use isE… in TEST_F()
3853 sal_uInt64 nFilePointer; in TEST_F() local
3866 nError1 = testFile.getPos( nFilePointer ); in TEST_F()
3872 ASSERT_TRUE(100 == nFilePointer) << "test for setSize function: enlarge the file "; in TEST_F()
[all …]