Searched defs:SetString (Results 1 – 7 of 7) sorted by relevance
/aosp12/system/update_engine/common/ |
H A D | fake_prefs.cc | 70 bool FakePrefs::SetString(const string& key, std::string_view value) { in SetString() function in chromeos_update_engine::FakePrefs
|
H A D | prefs.cc | 58 bool PrefsBase::SetString(const string& key, std::string_view value) { in SetString() function in chromeos_update_engine::PrefsBase
|
H A D | prefs_unittest.cc | 236 TEST_F(PrefsTest, SetString) { in TEST_F() argument
|
/aosp12/system/bt/btif/src/ |
H A D | btif_config_cache.cc | 166 void BtifConfigCache::SetString(std::string section_name, std::string key, in SetString() function in BtifConfigCache
|
/aosp12/system/testing/gtest_extras/ |
H A D | Options.cpp | 153 bool Options::SetString(const std::string& arg, const std::string& value, bool) { in SetString() function in android::gtest_extras::Options
|
/aosp12/build/soong/android/ |
H A D | androidmk.go | 171 func (a *AndroidMkEntries) SetString(name, value string) { func
|
/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/utils/ |
H A D | ExifUtils.cpp | 883 bool ExifUtilsImpl::SetString(ExifIfd ifd, ExifTag tag, ExifFormat format, in SetString() function in android::ExifUtilsImpl
|