Searched refs:TIME_T_OK (Results 1 – 2 of 2) sorted by relevance
24 enum { FILETIME_OK = 1, TIME_T_OK = 2 }; enumerator37 FSTime( time_t t ): flags( TIME_T_OK ), tt( t ) {} in FSTime()41 void SetTimeT( time_t val ) { tt = val; flags = TIME_T_OK; } in SetTimeT()
88 if ( flags & TIME_T_OK ) { return tt; } in GetTimeT()93 flags |= TIME_T_OK; in GetTimeT()103 if ( ( flags & TIME_T_OK ) == 0 ) { return t0; } in GetFileTime()