OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LoadSettings
(Results
1 - 3
of
3
) sorted by null
/system/update_engine/payload_generator/
fake_filesystem.cc
53
bool FakeFilesystem::
LoadSettings
(brillo::KeyValueStore* store) const {
mapfile_filesystem.cc
144
bool MapfileFilesystem::
LoadSettings
(brillo::KeyValueStore* store) const {
146
LOG(ERROR) << "mapfile doesn't support
LoadSettings
().";
squashfs_filesystem.cc
322
bool SquashfsFilesystem::
LoadSettings
(brillo::KeyValueStore* store) const {
324
LOG(ERROR) << "squashfs doesn't support
LoadSettings
().";
Completed in 5446 milliseconds