Searched defs:SetString (Results 1 – 5 of 5) sorted by relevance
/system/update_engine/common/ | ||
D | fake_prefs.cc | 68 bool FakePrefs::SetString(const string& key, const string& value) { in SetString() function in chromeos_update_engine::FakePrefs |
D | prefs.cc | 36 bool PrefsBase::SetString(const string& key, const string& value) { in SetString() function in chromeos_update_engine::PrefsBase |
D | prefs_unittest.cc | 98 TEST_F(PrefsTest, SetString) { in TEST_F() argument |
/system/testing/gtest_extras/ | ||
D | Options.cpp | 152 bool Options::SetString(const std::string& arg, const std::string& value, bool) { in SetString() function in android::gtest_extras::Options |
/system/core/libcutils/ | ||
D | properties_test.cpp | 96 TEST_F(PropertiesTest, SetString) { in TEST_F() argument |