Searched refs:my_special_key (Results 1 – 1 of 1) sorted by relevance
139 int my_special_key = 666; in TEST_F() local145 EXPECT_TRUE(PathService::Override(my_special_key, fake_cache_dir)); in TEST_F()150 PathService::OverrideAndCreateIfNeeded(my_special_key, in TEST_F()155 EXPECT_TRUE(PathService::OverrideAndCreateIfNeeded(my_special_key, in TEST_F()170 EXPECT_FALSE(PathService::OverrideAndCreateIfNeeded(my_special_key, in TEST_F()177 EXPECT_TRUE(PathService::OverrideAndCreateIfNeeded(my_special_key, in TEST_F()184 EXPECT_TRUE(PathService::Get(my_special_key, &path)); in TEST_F()191 int my_special_key = 666; in TEST_F() local195 EXPECT_TRUE(PathService::Override(my_special_key, fake_cache_dir1)); in TEST_F()200 EXPECT_TRUE(PathService::Override(my_special_key + 1, fake_cache_dir2)); in TEST_F()[all …]