OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kRegistryPath
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/common/
plugin_list_win.cc
35
const char16
kRegistryPath
[] = L"Path";
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/
LoadCodecs.cpp
53
static LPCTSTR
kRegistryPath
= TEXT("Software") TEXT(STRING_PATH_SEPARATOR) TEXT("7-zip");
58
if(key.Open(baseKey,
kRegistryPath
, KEY_READ) == ERROR_SUCCESS)
Completed in 41 milliseconds