Searched defs:GetString (Results 1 – 4 of 4) sorted by relevance
/system/update_engine/common/ | ||
D | fake_prefs.cc | 65 bool FakePrefs::GetString(const string& key, string* value) const { in GetString() function in chromeos_update_engine::FakePrefs |
D | prefs.cc | 52 bool PrefsBase::GetString(const string& key, string* value) const { in GetString() function in chromeos_update_engine::PrefsBase |
D | prefs_unittest.cc | 201 TEST_F(PrefsTest, GetString) { in TEST_F() argument |
/system/bt/btif/src/ | ||
D | btif_config_cache.cc | 216 std::optional<std::string> BtifConfigCache::GetString( in GetString() function in BtifConfigCache |