Searched defs:GetInt64 (Results 1 – 4 of 4) sorted by relevance
/system/update_engine/common/ | ||
D | fake_prefs.cc | 73 bool FakePrefs::GetInt64(const string& key, int64_t* value) const { in GetInt64() function in chromeos_update_engine::FakePrefs |
D | prefs.cc | 47 bool PrefsBase::GetInt64(const string& key, int64_t* value) const { in GetInt64() function in chromeos_update_engine::PrefsBase |
D | prefs_unittest.cc | 133 TEST_F(PrefsTest, GetInt64) { in TEST_F() argument |
/system/core/libcutils/ | ||
D | properties_test.cpp | 266 TEST_F(PropertiesTest, GetInt64) { in TEST_F() argument |