Home
last modified time | relevance | path

Searched defs:GetSubKeys (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/update_engine/common/
H A Dprefs.cc147 bool PrefsBase::GetSubKeys(std::string_view ns, vector<string>* keys) const { in GetSubKeys() function in chromeos_update_engine::PrefsBase
276 bool Prefs::FileStorage::GetSubKeys(std::string_view ns, in GetSubKeys() function in chromeos_update_engine::Prefs::FileStorage
353 bool MemoryPrefs::MemoryStorage::GetSubKeys(std::string_view ns, in GetSubKeys() function in chromeos_update_engine::MemoryPrefs::MemoryStorage
H A Dfake_prefs.cc126 bool FakePrefs::GetSubKeys(std::string_view ns, vector<string>* keys) const { in GetSubKeys() function in chromeos_update_engine::FakePrefs