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

/external/chromium_org/base/test/
H A Dtest_reg_util_win_unittest.cc16 const wchar_t kTestKeyPath[] = L"Software\\Chromium\\Foo\\Baz\\TestKey"; member in namespace:registry_util::__anon2518
32 key.DeleteKey(kTestKeyPath);
79 create_key.Create(HKEY_CURRENT_USER, kTestKeyPath, KEY_ALL_ACCESS));
84 AssertKeyExists(kTestKeyPath);
89 read_key.Open(HKEY_CURRENT_USER, kTestKeyPath, KEY_READ));
97 AssertKeyAbsent(kTestKeyPath);

Completed in 107 milliseconds