Home
last modified time | relevance | path

Searched defs:SetInt64 (Results 1 – 3 of 3) sorted by relevance

/system/update_engine/common/
Dfake_prefs.cc77 bool FakePrefs::SetInt64(const string& key, const int64_t value) { in SetInt64() function in chromeos_update_engine::FakePrefs
Dprefs.cc56 bool PrefsBase::SetInt64(const string& key, const int64_t value) { in SetInt64() function in chromeos_update_engine::PrefsBase
Dprefs_unittest.cc176 TEST_F(PrefsTest, SetInt64) { in TEST_F() argument