Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DTimeUtils.cpp27 …if (!GetSecondsSince1601(kDosTimeStartYear + (dosTime >> 25), (dosTime >> 21) & 0xF, (dosTime >> 1… in DosTimeToFileTime()
169 bool GetSecondsSince1601(unsigned year, unsigned month, unsigned day, in GetSecondsSince1601() function
DTimeUtils.h17 bool GetSecondsSince1601(unsigned year, unsigned month, unsigned day,