HomeSort by relevance Sort by last modified time
    Searched defs:kRegPathClientState (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome_elf/
chrome_elf_util_unittest.cc 16 const wchar_t kRegPathClientState[] = L"Software\\Google\\Update\\ClientState";
96 BuildKey(state_medium ? kRegPathClientStateMedium : kRegPathClientState,
105 BuildKey(kRegPathClientState, kAppGuidGoogleChrome).c_str(),
chrome_elf_util.cc 14 const wchar_t kRegPathClientState[] = L"Software\\Google\\Update\\ClientState";
129 if (!ReadKeyValueString(is_system_install, kRegPathClientState,
161 return ReadKeyValueDW(system_install, kRegPathClientState, app_guid,
  /external/chromium_org/chrome/installer/util/
google_update_constants.cc 17 const wchar_t kRegPathClientState[] = L"Software\\Google\\Update\\ClientState";

Completed in 51 milliseconds