Home
last modified time | relevance | path

Searched defs:SetString (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/update_engine/common/
H A Dfake_prefs.cc70 bool FakePrefs::SetString(const string& key, std::string_view value) { in SetString() function in chromeos_update_engine::FakePrefs
H A Dprefs.cc58 bool PrefsBase::SetString(const string& key, std::string_view value) { in SetString() function in chromeos_update_engine::PrefsBase
H A Dprefs_unittest.cc236 TEST_F(PrefsTest, SetString) { in TEST_F() argument
/aosp12/system/bt/btif/src/
H A Dbtif_config_cache.cc166 void BtifConfigCache::SetString(std::string section_name, std::string key, in SetString() function in BtifConfigCache
/aosp12/system/testing/gtest_extras/
H A DOptions.cpp153 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 Dandroidmk.go171 func (a *AndroidMkEntries) SetString(name, value string) { func
/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
H A DExifUtils.cpp883 bool ExifUtilsImpl::SetString(ExifIfd ifd, ExifTag tag, ExifFormat format, in SetString() function in android::ExifUtilsImpl