OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:file_storage_
(Results
1 - 3
of
3
) sorted by null
/system/update_engine/common/
prefs.h
94
Prefs() : PrefsBase(&
file_storage_
) {}
133
FileStorage
file_storage_
;
member in class:chromeos_update_engine::Prefs
prefs_unittest.cc
65
EXPECT_TRUE(prefs_.
file_storage_
.GetFileNameForKey(kAllvalidCharsKey, &path));
71
EXPECT_FALSE(prefs_.
file_storage_
.GetFileNameForKey("ABC abc", &path));
76
EXPECT_FALSE(prefs_.
file_storage_
.GetFileNameForKey("", &path));
prefs.cc
110
return
file_storage_
.Init(prefs_dir);
Completed in 186 milliseconds