Searched defs:GetBoolean (Results 1 – 3 of 3) sorted by relevance
/system/update_engine/common/ | ||
D | fake_prefs.cc | 83 bool FakePrefs::GetBoolean(const string& key, bool* value) const { in GetBoolean() function in chromeos_update_engine::FakePrefs |
D | prefs.cc | 80 bool PrefsBase::GetBoolean(const string& key, bool* value) const { in GetBoolean() function in chromeos_update_engine::PrefsBase |
/system/update_engine/update_manager/ | ||
D | evaluation_context_unittest.cc | 58 bool GetBoolean(bool* value) { in GetBoolean() function |