HomeSort by relevance Sort by last modified time
    Searched refs:GetSecondsSince1601 (Results 1 - 2 of 2) sorted by null

  /external/lzma/CPP/Windows/
TimeUtils.h 17 bool GetSecondsSince1601(unsigned year, unsigned month, unsigned day,
TimeUtils.cpp 27 if (!GetSecondsSince1601(kDosTimeStartYear + (dosTime >> 25), (dosTime >> 21) & 0xF, (dosTime >> 16) & 0x1F,
169 bool GetSecondsSince1601(unsigned year, unsigned month, unsigned day,

Completed in 50 milliseconds