Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DDLL.h47 bool LoadEx(CFSTR path, DWORD flags = LOAD_LIBRARY_AS_DATAFILE) throw();
DDLL.cpp26 bool CLibrary::LoadEx(CFSTR path, DWORD flags) throw() in LoadEx() function in NWindows::NDLL::CLibrary
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp484 if (!lib.LoadEx(dllPath, LOAD_LIBRARY_AS_DATAFILE)) in LoadDll()