Home
last modified time | relevance | path

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

/system/update_engine/common/
Dprefs_unittest.cc305 const char kKeyWithSpaces[] = "s p a c e s"; in TEST_F() local
306 EXPECT_FALSE(prefs_.SetInt64(kKeyWithSpaces, 20)); in TEST_F()
307 EXPECT_FALSE(base::PathExists(prefs_dir_.Append(kKeyWithSpaces))); in TEST_F()