Home
last modified time | relevance | path

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

/aosp_15_r20/system/core/init/
H A Dproperty_service_test.cpp96 std::string expected_build_id = legacy_build_id + "." + vbmeta_digest.substr(0, 8); in TEST() local
/aosp_15_r20/system/unwinding/libunwindstack/tests/
H A DMapInfoGetBuildIDTest.cpp92 void MapInfoGetBuildIDTest::MultipleThreadTest(std::string expected_build_id) { in MultipleThreadTest()
/aosp_15_r20/system/extras/simpleperf/
H A Dread_elf_test.cpp47 BuildId expected_build_id(build_id_data, 20); in TEST() local
H A Dread_elf.cpp546 const BuildId* expected_build_id, ElfStatus* status) { in Open()
H A Dcmd_inject.cpp661 bool CheckBuildId(Dso* dso, const BuildId& expected_build_id) { in CheckBuildId()