Lines Matching refs:dllPath
561 HRESULT CCodecs::LoadDll(const FString &dllPath, bool needCheckDll, bool *loadedOK)
572 if (!lib.LoadEx(dllPath, LOAD_LIBRARY_AS_DATAFILE))
583 error.Path = dllPath;
596 lib.Path = dllPath;
600 if (lib.Lib.Load(dllPath))
605 error.Path = dllPath;
627 error.Path = dllPath;
678 error.Path = dllPath;
687 error.Path = dllPath;
695 AddLastError(dllPath);