Home
last modified time | relevance | path

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

/external/chromium_org/chrome/installer/mini_installer/
Dmini_installer_constants.h27 extern const wchar_t kLZMAResourceType[];
Dmini_installer_constants.cc36 const wchar_t kLZMAResourceType[] = L"B7"; variable
Dmini_installer.cc400 if (!::EnumResourceNames(module, kLZMAResourceType, OnResourceFound, in UnpackBinaryResources()