Home
last modified time | relevance | path

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

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