Searched defs:FSTime (Results 1 – 1 of 1) sorted by relevance
30 FSTime() : flags(0) {} in FSTime() function31 FSTime(TIMESTAMP timestamp) in FSTime() function37 FSTime( time_t t ): flags( TIME_T_OK ), tt( t ) {} in FSTime() function38 FSTime( FILETIME t ): flags( FILETIME_OK ), ft( t ) {} in FSTime() function50 typedef time_t FSTime; typedef