Searched refs:pTV_modify (Results 1 – 1 of 1) sorted by relevance
3143 TimeValue *pTV_modify = NULL; in TEST_F() local3144 ASSERT_TRUE( ( pTV_modify = ( TimeValue* )malloc( sizeof( TimeValue ) ) ) != NULL ); in TEST_F()3145 *pTV_modify = rFileStatus.getModifyTime( ); in TEST_F()3147 sal_Bool bOK = t_compareTime( pTV_modify, pTV_current, delta ); in TEST_F()4597 TimeValue *pTV_modify = NULL; in TEST_F() local4598 ASSERT_TRUE( ( pTV_modify = ( TimeValue* )malloc( sizeof( TimeValue ) ) ) != NULL ); in TEST_F()4625 *pTV_modify = rFileStatus2.getModifyTime( ); in TEST_F()4633 …ASSERT_TRUE(sal_True == t_compareTime( pTV_modify, pTV_current, delta )) << "test for setTime func… in TEST_F()4637 free( pTV_modify ); in TEST_F()
Completed in 33 milliseconds