Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DArchiveCommandLine.h80 UStringVector HashMethods; member
DArchiveCommandLine.cpp1062 options.HashMethods = parser[NKey::kHash].PostStrings; in Parse2()
1350 hashOptions.Methods = options.HashMethods; in Parse2()
/external/lzma/CPP/7zip/UI/Console/
DMain.cpp905 if (!options.HashMethods.IsEmpty()) in Main2()
908 ThrowException_if_Error(hb.SetMethods(EXTERNAL_CODECS_VARS_L options.HashMethods)); in Main2()