Searched refs:LoadSettings (Results 1 – 14 of 14) sorted by relevance
87 virtual bool LoadSettings(brillo::KeyValueStore* store) const = 0;
46 bool LoadSettings(brillo::KeyValueStore* store) const override { in LoadSettings() function
49 bool LoadSettings(brillo::KeyValueStore* store) const override;
41 bool LoadSettings(brillo::KeyValueStore* store) const override;
63 bool LoadSettings(brillo::KeyValueStore* store) const override;
51 bool FakeFilesystem::LoadSettings(brillo::KeyValueStore* store) const { in LoadSettings() function in chromeos_update_engine::FakeFilesystem
43 bool LoadSettings(brillo::KeyValueStore* store) const override;
93 bool LoadSettings(brillo::KeyValueStore* store) const override;
194 EXPECT_FALSE(fs->LoadSettings(&store)); in TEST_F()203 EXPECT_TRUE(fs->LoadSettings(&store)); in TEST_F()
101 bool BootImgFilesystem::LoadSettings(brillo::KeyValueStore* store) const { in LoadSettings() function in chromeos_update_engine::BootImgFilesystem
144 bool MapfileFilesystem::LoadSettings(brillo::KeyValueStore* store) const { in LoadSettings() function in chromeos_update_engine::MapfileFilesystem
332 bool Ext2Filesystem::LoadSettings(brillo::KeyValueStore* store) const { in LoadSettings() function in chromeos_update_engine::Ext2Filesystem
313 bool SquashfsFilesystem::LoadSettings(brillo::KeyValueStore* store) const { in LoadSettings() function in chromeos_update_engine::SquashfsFilesystem
628 if (part.fs_interface && part.fs_interface->LoadSettings(&store) && in Main()