Home
last modified time | relevance | path

Searched defs:boot_id (Results 1 – 6 of 6) sorted by relevance

/system/update_engine/
Dreal_system_state.cc128 std::string boot_id; in Initialize() local
Dupdate_attempter_android_unittest.cc83 std::string boot_id; in TEST_F() local
Dupdate_attempter_android.cc660 string boot_id; in WriteUpdateCompletedMarker() local
670 string boot_id; in UpdateCompletedOnThisBoot() local
Dupdate_attempter.cc895 string boot_id; in WriteUpdateCompletedMarker() local
1607 string boot_id; in GetBootTimeAtUpdate() local
Dupdate_attempter_unittest.cc356 string boot_id; in TEST_F() local
/system/update_engine/common/
Dutils.cc1018 bool GetBootId(string* boot_id) { in GetBootId()