Home
last modified time | relevance | path

Searched refs:_handlerTimeOptions (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/Archive/Tar/
DTarHandlerOut.cpp26 const UInt32 prec = _handlerTimeOptions.Prec; in Z7_COM7F_IMF()
251 if (_handlerTimeOptions.Write_MTime.Val) in Z7_COM7F_IMF()
253 if (_handlerTimeOptions.Write_ATime.Val) in Z7_COM7F_IMF()
255 if (_handlerTimeOptions.Write_CTime.Val) in Z7_COM7F_IMF()
302 options.Write_MTime = _handlerTimeOptions.Write_MTime; in Z7_COM7F_IMF()
303 options.Write_ATime = _handlerTimeOptions.Write_ATime; in Z7_COM7F_IMF()
304 options.Write_CTime = _handlerTimeOptions.Write_CTime; in Z7_COM7F_IMF()
308 const UInt32 prec = _handlerTimeOptions.Prec; in Z7_COM7F_IMF()
DTarHandler.h36 CHandlerTimeOptions _handlerTimeOptions; variable
DTarHandler.cpp1005 _handlerTimeOptions.Init();
1085 RINOK(_handlerTimeOptions.Parse(name, prop, processed))