Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp476 HRESULT CCodecs::LoadDll(const FString &dllPath, bool needCheckDll, bool *loadedOK) in LoadDll() argument
484 if (!lib.LoadEx(dllPath, LOAD_LIBRARY_AS_DATAFILE)) in LoadDll()
490 lib.Path = dllPath; in LoadDll()
494 if (lib.Lib.Load(dllPath)) in LoadDll()