Home
last modified time | relevance | path

Searched defs:FSTime (Results 1 – 1 of 1) sorted by relevance

/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs/
H A Dvfs.h30 FSTime() : flags(0) {} in FSTime() function
31 FSTime(TIMESTAMP timestamp) in FSTime() function
37 FSTime( time_t t ): flags( TIME_T_OK ), tt( t ) {} in FSTime() function
38 FSTime( FILETIME t ): flags( FILETIME_OK ), ft( t ) {} in FSTime() function
50 typedef time_t FSTime; typedef