Home
last modified time | relevance | path

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

/trunk/main/sal/qa/osl/file/
H A Dosl_File.cxx3143 TimeValue *pTV_modify = NULL; in TEST_F() local
3144 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() local
4598 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 43 milliseconds