Home
last modified time | relevance | path

Searched refs:hashMethods (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/7zip/UI/FileManager/
DPanelCopy.cpp131 if (!options->hashMethods.IsEmpty()) in ProcessVirt()
255 if (!options.hashMethods.IsEmpty()) in CopyTo()
266 extracter.Hash.SetMethods(EXTERNAL_CODECS_VARS_G options.hashMethods); in CopyTo()
281 else if (!options.hashMethods.IsEmpty() && options.streamMode) in CopyTo()
284 if (options.hashMethods.Size() == 1) in CopyTo()
286 const UString &s = options.hashMethods[0]; in CopyTo()
DPanelCrc.cpp353 options.hashMethods.Add(methodName); in CalculateCrc2()
DPanel.h282 UStringVector hashMethods; member
/external/lzma/CPP/7zip/UI/Common/
DHashCalc.cpp47 HRESULT CHashBundle::SetMethods(DECL_EXTERNAL_CODECS_LOC_VARS const UStringVector &hashMethods) in SetMethods() argument
49 UStringVector names = hashMethods; in SetMethods()