Home
last modified time | relevance | path

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

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