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

  /external/chromium/chrome/browser/extensions/
external_registry_extension_loader_win.cc 49 std::wstring key_path = ASCIIToWide(kRegistryExtensions); local
50 key_path.append(L"\\");
51 key_path.append(iterator.Name());
52 if (key.Open(kRegRoot, key_path.c_str(), KEY_READ) == ERROR_SUCCESS) {
60 << key_path; local
72 << " for key " << key_path << " ."; local
82 << " for key " << key_path << " ."; local
96 << " for key " << key_path << " ."; local
101 << " for key " << key_path << " ."; local
  /external/chromium/net/socket/
ssl_server_socket_unittest.cc 236 FilePath key_path = certs_dir.AppendASCII("unittest.key.bin"); local
238 ASSERT_TRUE(file_util::ReadFileToString(key_path, &key_string));

Completed in 185 milliseconds