Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp347 HRESULT CCodecs::LoadDll(const CSysString &dllPath, bool needCheckDll) in LoadDll() function in CCodecs
404 RINOK(LoadDll(folderPrefix + fi.Name, true)); in LoadDllsFromFolder()
447 RINOK(LoadDll(baseFolder + kMainDll, false)); in Load()
DLoadCodecs.h154 HRESULT LoadDll(const CSysString &path, bool needCheckDll);
/external/llvm/utils/KillTheDoctor/
DKillTheDoctor.cpp476 FileScopedHandle DLLFile(DebugEvent.u.LoadDll.hFile); in main()