Home
last modified time | relevance | path

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

/system/update_engine/common/
Dprefs.h105 Prefs() : PrefsBase(&file_storage_) {} in Prefs()
146 FileStorage file_storage_; variable
Dprefs_unittest.cc192 EXPECT_TRUE(prefs_.file_storage_.GetFileNameForKey(kAllvalidCharsKey, &path)); in TEST_F()
198 EXPECT_FALSE(prefs_.file_storage_.GetFileNameForKey("ABC abc", &path)); in TEST_F()
203 EXPECT_FALSE(prefs_.file_storage_.GetFileNameForKey("", &path)); in TEST_F()
Dprefs.cc158 return file_storage_.Init(prefs_dir); in Init()