Home
last modified time | relevance | path

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

/system/update_engine/aosp/
Dupdate_attempter_android_unittest.cc110 std::string boot_id; in TEST_F() local
Dupdate_attempter_android.cc189 string boot_id; in DidSystemReboot() local
973 string boot_id; in WriteUpdateCompletedMarker() local
995 string boot_id; in UpdateCompletedOnThisBoot() local
/system/core/libcutils/
Dashmem-dev.cpp161 std::string boot_id; in get_ashmem_device_path() local
/system/core/init/
Ddevices.cpp646 std::string boot_id; in HandleAshmemUevent() local
/system/update_engine/common/
Dutils.cc1140 bool GetBootId(string* boot_id) { in GetBootId()