Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/Compress/
H A DLzmaEncoder.cpp223 static inline UInt64 GetTime64(const FILETIME &t) { return ((UInt64)t.dwHighDateTime << 32) | t.dwL… in GetTime64() function
/aosp_15_r20/external/lzma/CPP/7zip/UI/Console/
H A DMain.cpp598 static inline UInt64 GetTime64(const FILETIME &t) { return ((UInt64)t.dwHighDateTime << 32) | t.dwL… in GetTime64() function