Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp46 static CFSTR kMainDll = FTEXT("7z.dll"); variable
69 return NFind::DoesFileExist(path + kMainDll); in ReadPathFromRegistry()
171 if (!NFind::DoesFileExist(moduleFolderPrefix + kMainDll) && in GetBaseFolderPrefixFromRegistry()
596 RINOK(LoadDll(baseFolder + kMainDll, false)); in Load()