Home
last modified time | relevance | path

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

/system/update_engine/common/
Dprefs.h102 Prefs() : PrefsBase(&file_storage_) {} in Prefs()
143 FileStorage file_storage_; variable
Dprefs_unittest.cc175 EXPECT_TRUE(prefs_.file_storage_.GetFileNameForKey(kAllvalidCharsKey, &path)); in TEST_F()
181 EXPECT_FALSE(prefs_.file_storage_.GetFileNameForKey("ABC abc", &path)); in TEST_F()
186 EXPECT_FALSE(prefs_.file_storage_.GetFileNameForKey("", &path)); in TEST_F()
Dprefs.cc138 return file_storage_.Init(prefs_dir); in Init()