Home
last modified time | relevance | path

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

/third_party/node/tools/
H A Dgen_node_def.cc133 Library LoadLibraryOrExit(const char* dllPath) { in LoadLibraryOrExit() argument
134 auto library = LoadLibrary(dllPath); in LoadLibraryOrExit()
138 std::cerr << "ERROR: Failed to load " << dllPath << std::endl; in LoadLibraryOrExit()
/third_party/lzma/CPP/7zip/UI/Common/
H A DLoadCodecs.cpp561 HRESULT CCodecs::LoadDll(const FString &dllPath, bool needCheckDll, bool *loadedOK) in LoadDll() argument
572 if (!lib.LoadEx(dllPath, LOAD_LIBRARY_AS_DATAFILE)) in LoadDll()
583 error.Path = dllPath; in LoadDll()
596 lib.Path = dllPath; in LoadDll()
600 if (lib.Lib.Load(dllPath)) in LoadDll()
605 error.Path = dllPath; in LoadDll()
627 error.Path = dllPath; in LoadDll()
678 error.Path = dllPath; in LoadDll()
687 error.Path = dllPath; in LoadDll()
695 AddLastError(dllPath); in LoadDll()
[all...]

Completed in 2 milliseconds