Home
last modified time | relevance | path

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

/system/update_engine/common/
Dprefs_unittest.cc228 const char kKeyWithDots[] = ".no-dots"; in TEST_F() local
229 EXPECT_FALSE(prefs_.SetString(kKeyWithDots, "some value")); in TEST_F()
230 EXPECT_FALSE(base::PathExists(prefs_dir_.Append(kKeyWithDots))); in TEST_F()