Home
last modified time | relevance | path

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

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