Home
last modified time | relevance | path

Searched refs:TimeOptions (Results 1 – 2 of 2) sorted by relevance

/third_party/lzma/CPP/7zip/Archive/7z/
D7zHandlerOut.cpp429 bool need_CTime = (TimeOptions.Write_CTime.Def && TimeOptions.Write_CTime.Val); in Z7_COM7F_IMF()
430 bool need_ATime = (TimeOptions.Write_ATime.Def && TimeOptions.Write_ATime.Val); in Z7_COM7F_IMF()
431 bool need_MTime = (TimeOptions.Write_MTime.Def ? TimeOptions.Write_MTime.Val : true); in Z7_COM7F_IMF()
436 if (!TimeOptions.Write_CTime.Def) need_CTime = !db->CTime.Defs.IsEmpty(); in Z7_COM7F_IMF()
437 if (!TimeOptions.Write_ATime.Def) need_ATime = !db->ATime.Defs.IsEmpty(); in Z7_COM7F_IMF()
438 if (!TimeOptions.Write_MTime.Def) need_MTime = !db->MTime.Defs.IsEmpty(); in Z7_COM7F_IMF()
852 TimeOptions.Init(); in InitProps7z()
989 RINOK(TimeOptions.Parse(name, value, processed)) in SetProperty()
992 if ( TimeOptions.Prec != (UInt32)(Int32)-1 in SetProperty()
993 && TimeOptions.Prec != k_PropVar_TimePrec_0 in SetProperty()
[all …]
D7zHandler.h52 CHandlerTimeOptions TimeOptions; variable