HomeSort by relevance Sort by last modified time
    Searched refs:registry_path (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/remoting/host/
pairing_registry_delegate_linux.cc 42 base::FilePath registry_path = GetRegistryPath(); local
43 base::FileEnumerator enumerator(registry_path, false,
68 base::FilePath registry_path = GetRegistryPath(); local
69 base::FileEnumerator enumerator(registry_path, false,
84 base::FilePath registry_path = GetRegistryPath(); local
85 base::FilePath pairing_file = registry_path.Append(
110 base::FilePath registry_path = GetRegistryPath(); local
112 if (!base::CreateDirectoryAndGetError(registry_path, &error)) {
125 base::FilePath pairing_file = registry_path.Append(
137 base::FilePath registry_path = GetRegistryPath() local
    [all...]
pairing_registry_delegate_linux.h 41 void SetRegistryPathForTesting(const base::FilePath& registry_path);
  /external/chromium_org/chrome/common/importer/
firefox_importer_utils_win.cc 50 base::string16 registry_path = kFirefoxPath; local
53 base::win::RegKey reg_key(HKEY_LOCAL_MACHINE, registry_path.c_str(),
60 registry_path += L"\\" + base::string16(buffer) + L"\\Main";
63 registry_path.c_str(), KEY_READ);
  /external/chromium_org/chrome/browser/
platform_util_win.cc 113 std::wstring registry_path = base::ASCIIToWide(scheme) + local
115 key.Open(HKEY_CLASSES_ROOT, registry_path.c_str(), KEY_READ);

Completed in 529 milliseconds