Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp474 HRESULT CCodecs::LoadDll(const FString &dllPath, bool needCheckDll) in LoadDll() function in CCodecs
537 RINOK(LoadDll(folderPrefix + fi.Name, true)); in LoadDllsFromFolder()
596 RINOK(LoadDll(baseFolder + kMainDll, false)); in Load()
DLoadCodecs.h188 HRESULT LoadDll(const FString &path, bool needCheckDll);
/external/llvm/utils/KillTheDoctor/
DKillTheDoctor.cpp477 FileScopedHandle DLLFile(DebugEvent.u.LoadDll.hFile); in main()