Searched refs:kRegistryPath (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/common/
H A Dplugin_list_win.cc35 const char16 kRegistryPath[] = L"Path"; member in namespace:content::__anon7928
80 hkcu_key.ReadValue(kRegistryPath, &path) == ERROR_SUCCESS) {
85 if (hklm_key.ReadValue(kRegistryPath, &path) == ERROR_SUCCESS) {
108 if (key.ReadValue(kRegistryPath, &path) == ERROR_SUCCESS)
/external/lzma/CPP/7zip/UI/Common/
H A DLoadCodecs.cpp53 static LPCTSTR kRegistryPath = TEXT("Software") TEXT(STRING_PATH_SEPARATOR) TEXT("7-zip"); variable
58 if(key.Open(baseKey, kRegistryPath, KEY_READ) == ERROR_SUCCESS)

Completed in 83 milliseconds