Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp84 static CFSTR const kMainDll = variable
113 return NFind::DoesFileExist(path + kMainDll); in ReadPathFromRegistry()
215 if (!NFind::DoesFileExist(moduleFolderPrefix + kMainDll) && in GetBaseFolderPrefixFromRegistry()
634 RINOK(LoadDll(baseFolder + kMainDll, false, &loadedOK)); in Load()
636 MainDll_ErrorPath = kMainDll; in Load()