Searched defs:SetInt64 (Results 1 – 3 of 3) sorted by relevance
| /system/update_engine/common/ | ||
| D | fake_prefs.cc | 79 bool FakePrefs::SetInt64(std::string_view key, const int64_t value) {  in SetInt64()  function in chromeos_update_engine::FakePrefs | 
| D | prefs.cc | 78 bool PrefsBase::SetInt64(std::string_view key, const int64_t value) {  in SetInt64()  function in chromeos_update_engine::PrefsBase | 
| D | prefs_unittest.cc | 314 TEST_F(PrefsTest, SetInt64) {  in TEST_F()  argument |