Searched refs:VT_FILETIME (Results 1 – 14 of 14) sorted by relevance
/external/lzma/CPP/7zip/Common/ |
D | PropId.cpp | 20 VT_FILETIME, 21 VT_FILETIME, 22 VT_FILETIME,
|
/external/lzma/CPP/Windows/ |
D | PropVariant.cpp | 159 SET_PROP_FUNC(const FILETIME &, VT_FILETIME, filetime) in SET_PROP_FUNC() 177 case VT_FILETIME: in SET_PROP_FUNC() 217 case VT_FILETIME: in Copy() 294 case VT_FILETIME: return ::CompareFileTime(&filetime, &a.filetime); in Compare()
|
D | PropVariantConv.cpp | 70 case VT_FILETIME: ConvertFileTimeToString(prop.filetime, dest, true, true); return; in ConvertPropVariantToShortString() 91 case VT_FILETIME: ConvertFileTimeToString(prop.filetime, dest, true, true); return; in ConvertPropVariantToShortString()
|
D | PropVariant.h | 31 p->vt = VT_FILETIME; in PropVarEm_Set_FileTime64() 71 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 | 149 if (prop.vt == VT_FILETIME) in GetTime()
|
/external/lzma/CPP/Common/ |
D | MyWindows.h | 147 VT_FILETIME = 64 enumerator
|
/external/lzma/CPP/7zip/Bundles/SFXSetup/ |
D | ExtractCallbackSfx.cpp | 139 case VT_FILETIME: _processedFileInfo.MTime = prop.filetime; break; in GetStream()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | PropIDUtils.cpp | 58 if (prop.vt == VT_FILETIME) in ConvertPropertyToShortString()
|
D | OpenArchive.cpp | 754 if (prop.vt == VT_FILETIME) in GetItemMTime() 1110 if (prop.vt == VT_FILETIME) in ReadParseItemProps() 1121 if (prop.vt == VT_FILETIME) in ReadParseItemProps()
|
D | ArchiveExtractCallback.cpp | 337 if (prop.vt == VT_FILETIME) in GetTime()
|
/external/lzma/CPP/7zip/UI/Console/ |
D | List.cpp | 618 else if (prop.vt == VT_FILETIME) in PrintItemInfo() 750 if (prop.vt == VT_FILETIME) in GetItemMTime()
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | ExtractCallback.cpp | 649 if (prop.vt == VT_FILETIME) in GetTime()
|
/external/lzma/CPP/7zip/UI/Client7z/ |
D | Client7z.cpp | 309 case VT_FILETIME: in GetStream()
|