Home
last modified time | relevance | path

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

/aosp14/system/core/debuggerd/libdebuggerd/test/
H A Delf_fake.cpp29 void elf_set_fake_build_id(const std::string& build_id) { in elf_set_fake_build_id()
33 bool elf_get_build_id(unwindstack::Memory*, uintptr_t, std::string* build_id) { in elf_get_build_id()
H A DUnwinderMock.h35 void MockSetBuildID(uint64_t offset, const std::string& build_id) { in MockSetBuildID()
/aosp14/system/core/init/
H A Dproperty_service_test.cpp102 std::string build_id = GetProperty("ro.build.id", ""); in TEST() local
H A Dproperty_service.cpp930 std::string build_id = GetProperty(ID_PROP, ""); in property_initialize_build_id() local
964 std::string build_id = in ConstructBuildFingerprint() local
/aosp14/system/core/debuggerd/libdebuggerd/
H A Dtombstone_proto_to_text.cpp174 std::string build_id; in print_backtrace() local
H A Dtombstone_proto.cpp487 std::string build_id = map_info->GetPrintableBuildID(); in dump_mappings() local