Searched refs:VT_FILETIME (Results 1 – 15 of 15) sorted by relevance
/third_party/lzma/CPP/7zip/Common/ |
D | PropId.cpp | 22 VT_FILETIME, 23 VT_FILETIME, 24 VT_FILETIME, 110 VT_FILETIME, // kpidChangeTime
|
/third_party/lzma/CPP/7zip/Archive/7z/ |
D | 7zProperties.cpp | 43 { NID::kCTime, STAT_PROP2(kpidCTime, VT_FILETIME) }, 44 { NID::kMTime, STAT_PROP2(kpidMTime, VT_FILETIME) }, 45 { NID::kATime, STAT_PROP2(kpidATime, VT_FILETIME) },
|
D | 7zHandlerOut.cpp | 306 if (prop.vt == VT_FILETIME) in GetTime()
|
/third_party/lzma/CPP/Windows/ |
D | PropVariant.cpp | 218 SET_PROP_FUNC(const FILETIME &, VT_FILETIME, filetime) in SET_PROP_FUNC() 223 case VT_FILETIME: \ in SET_PROP_FUNC() 377 case VT_FILETIME: in Compare()
|
D | PropVariantConv.cpp | 137 case VT_FILETIME: in ConvertPropVariantToShortString() 170 case VT_FILETIME: in ConvertPropVariantToShortString()
|
D | PropVariant.h | 34 p->vt = VT_FILETIME; in PropVarEm_Set_FileTime64_Prec() 130 CPropVariant(const FILETIME &value) { vt = VT_FILETIME; wReserved1 = 0; filetime = value; } in CPropVariant()
|
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/ |
D | ExtractCallbackSfx.cpp | 147 case VT_FILETIME: _processedFileInfo.MTime = prop.filetime; break; in Z7_COM7F_IMF()
|
/third_party/lzma/CPP/Common/ |
D | MyWindows.h | 219 VT_FILETIME = 64 enumerator
|
/third_party/lzma/CPP/7zip/UI/Common/ |
D | PropIDUtils.cpp | 136 if (prop.vt == VT_FILETIME) in ConvertPropertyToShortString2()
|
D | OpenArchive.cpp | 989 if (prop.vt == VT_FILETIME) 1411 if (prop.vt == VT_FILETIME) 1422 if (prop.vt == VT_FILETIME)
|
D | ArchiveExtractCallback.cpp | 521 if (prop.vt == VT_FILETIME) in GetTime()
|
/third_party/lzma/CPP/7zip/UI/Console/ |
D | List.cpp | 677 else if (prop.vt == VT_FILETIME) in PrintItemInfo() 804 if (prop.vt == VT_FILETIME) in GetItemMTime()
|
/third_party/python/PC/ |
D | _msi.c | 700 case VT_FILETIME: in _msi_SummaryInformation_GetProperty_impl()
|
/third_party/lzma/CPP/7zip/UI/Client7z/ |
D | Client7z.cpp | 426 case VT_FILETIME: in Z7_COM7F_IMF()
|
/third_party/lzma/CPP/7zip/UI/FileManager/ |
D | ExtractCallback.cpp | 805 if (prop.vt == VT_FILETIME) in GetTime()
|