Searched refs:VT_FILETIME (Results 1 – 16 of 16) sorted by relevance
/external/lzma/CPP/7zip/Common/ |
D | PropId.cpp | 22 VT_FILETIME, 23 VT_FILETIME, 24 VT_FILETIME,
|
/external/lzma/CPP/Windows/ |
D | PropVariant.cpp | 206 SET_PROP_FUNC(const FILETIME &, VT_FILETIME, filetime) in SET_PROP_FUNC() 224 case VT_FILETIME: in SET_PROP_FUNC() 264 case VT_FILETIME: in Copy() 341 case VT_FILETIME: return ::CompareFileTime(&filetime, &a.filetime); in Compare()
|
D | PropVariantConv.cpp | 109 case VT_FILETIME: ConvertUtcFileTimeToString(prop.filetime, dest); return; in ConvertPropVariantToShortString() 130 case VT_FILETIME: ConvertUtcFileTimeToString(prop.filetime, dest); return; in ConvertPropVariantToShortString()
|
D | PropVariant.h | 34 p->vt = VT_FILETIME; in PropVarEm_Set_FileTime64() 74 CPropVariant(const FILETIME &value) { vt = VT_FILETIME; wReserved1 = 0; filetime = value; } in CPropVariant()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zProperties.cpp | 34 { NID::kCTime, { NULL, kpidCTime, VT_FILETIME } }, 35 { NID::kMTime, { NULL, kpidMTime, VT_FILETIME } }, 36 { NID::kATime, { NULL, kpidATime, VT_FILETIME } },
|
D | 7zHandlerOut.cpp | 168 if (prop.vt == VT_FILETIME) in GetTime()
|
/external/lzma/CPP/Common/ |
D | MyWindows.h | 162 VT_FILETIME = 64 enumerator
|
/external/lzma/CPP/7zip/Bundles/SFXSetup/ |
D | ExtractCallbackSfx.cpp | 147 case VT_FILETIME: _processedFileInfo.MTime = prop.filetime; break; in GetStream()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | PropIDUtils.cpp | 134 if (prop.vt == VT_FILETIME) in ConvertPropertyToShortString2()
|
D | OpenArchive.cpp | 964 if (prop.vt == VT_FILETIME) in GetItemMTime() 1356 if (prop.vt == VT_FILETIME) in ReadParseItemProps() 1367 if (prop.vt == VT_FILETIME) in ReadParseItemProps()
|
D | ArchiveExtractCallback.cpp | 379 if (prop.vt == VT_FILETIME) in GetTime()
|
/external/lzma/CPP/7zip/UI/Console/ |
D | List.cpp | 654 else if (prop.vt == VT_FILETIME) in PrintItemInfo() 778 if (prop.vt == VT_FILETIME) in GetItemMTime()
|
/external/lzma/CPP/7zip/UI/Client7z/ |
D | Client7z.cpp | 347 case VT_FILETIME: in GetStream()
|
/external/python/cpython2/PC/ |
D | _msi.c | 561 case VT_FILETIME: in summary_getproperty()
|
/external/python/cpython3/PC/ |
D | _msi.c | 583 case VT_FILETIME: in summary_getproperty()
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | ExtractCallback.cpp | 788 if (prop.vt == VT_FILETIME) in GetTime()
|