Searched defs:GetString (Results 1 – 4 of 4) sorted by relevance
/system/update_engine/common/ | ||
D | fake_prefs.cc | 64 bool FakePrefs::GetString(const string& key, string* value) const { in GetString() function in chromeos_update_engine::FakePrefs |
D | prefs.cc | 32 bool PrefsBase::GetString(const string& key, string* value) const { in GetString() function in chromeos_update_engine::PrefsBase |
D | prefs_unittest.cc | 80 TEST_F(PrefsTest, GetString) { in TEST_F() argument |
/system/core/libcutils/ | ||
D | properties_test.cpp | 160 TEST_F(PropertiesTest, GetString) { in TEST_F() argument |