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