Searched refs:kKeyWithDots (Results 1 – 1 of 1) sorted by relevance
228 const char kKeyWithDots[] = ".no-dots"; in TEST_F() local229 EXPECT_FALSE(prefs_.SetString(kKeyWithDots, "some value")); in TEST_F()230 EXPECT_FALSE(base::PathExists(prefs_dir_.Append(kKeyWithDots))); in TEST_F()