Home
last modified time | relevance | path

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

/trunk/main/sal/qa/osl/file/
H A Dosl_File.cxx3092 TimeValue *pTV_access = NULL; in TEST_F() local
3093 ASSERT_TRUE( ( pTV_access = ( TimeValue* )malloc( sizeof( TimeValue ) ) ) != NULL ); in TEST_F()
3100 *pTV_access = rFileStatus.getAccessTime( ); in TEST_F()
3102 sal_Bool bOK = t_compareTime( pTV_access, pTV_current, delta ); in TEST_F()
3104 free( pTV_access ); in TEST_F()
4595 TimeValue *pTV_access = NULL; in TEST_F() local
4596 ASSERT_TRUE( ( pTV_access = ( TimeValue* )malloc( sizeof( TimeValue ) ) ) != NULL ); in TEST_F()
4615 *pTV_access = rFileStatus.getAccessTime( ); in TEST_F()
4627 …ASSERT_TRUE(sal_True == t_compareTime( pTV_access, pTV_current, delta )) << "test for setTime func… in TEST_F()
4636 free( pTV_access ); in TEST_F()

Completed in 46 milliseconds