Searched refs:kMTime (Results 1 – 4 of 4) sorted by relevance
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zProperties.cpp | 35 { NID::kMTime, { NULL, kpidMTime, VT_FILETIME } }, 116 CopyOneItem(fileInfoPopIDs, _fileInfoPopIDs, NID::kMTime); in FillPopIDs() 137 InsertToHead(_fileInfoPopIDs, NID::kMTime); in FillPopIDs()
|
D | 7zHeader.h | 84 kMTime, enumerator
|
D | 7zOut.cpp | 711 if (headerOptions.WriteMTime) WriteUInt64DefVector(db.MTime, NID::kMTime); in WriteHeader()
|
D | 7zIn.cpp | 1006 case NID::kMTime: ReadUInt64DefVector(dataVector, db.MTime, (int)numFiles); break; in ReadHeader()
|