Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.h270 HRESULT LoadDll(const FString &path, bool needCheckDll, bool *loadedOK = NULL);
DLoadCodecs.cpp476 HRESULT CCodecs::LoadDll(const FString &dllPath, bool needCheckDll, bool *loadedOK) in LoadDll() argument
481 if (needCheckDll) in LoadDll()