Home
last modified time | relevance | path

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

/external/lldb/source/DataFormatters/
DCXXFormatterFunctions.cpp1241 tm tm_epoch; in GetOSXEpoch() local
1242 tm_epoch.tm_sec = 0; in GetOSXEpoch()
1243 tm_epoch.tm_hour = 0; in GetOSXEpoch()
1244 tm_epoch.tm_min = 0; in GetOSXEpoch()
1245 tm_epoch.tm_mon = 0; in GetOSXEpoch()
1246 tm_epoch.tm_mday = 1; in GetOSXEpoch()
1247tm_epoch.tm_year = 2001-1900; // for some reason, we need to subtract 1900 from this field. not su… in GetOSXEpoch()
1248 tm_epoch.tm_isdst = -1; in GetOSXEpoch()
1249 tm_epoch.tm_gmtoff = 0; in GetOSXEpoch()
1250 tm_epoch.tm_zone = NULL; in GetOSXEpoch()
[all …]