Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp347 HRESULT CCodecs::LoadDll(const CSysString &dllPath, bool needCheckDll) in LoadDll() argument
352 if (!library.LoadEx(dllPath, LOAD_LIBRARY_AS_DATAFILE)) in LoadDll()
358 lib.Path = dllPath; in LoadDll()
362 if (lib.Lib.Load(dllPath)) in LoadDll()