Searched refs:kKeyWithSpaces (Results 1 – 1 of 1) sorted by relevance
305 const char kKeyWithSpaces[] = "s p a c e s"; in TEST_F() local306 EXPECT_FALSE(prefs_.SetInt64(kKeyWithSpaces, 20)); in TEST_F()307 EXPECT_FALSE(base::PathExists(prefs_dir_.Append(kKeyWithSpaces))); in TEST_F()