Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dbinary_cache_builder.py122 def _copy_to_binary_cache(self, from_path, expected_build_id, target_file): argument
136 def _need_to_copy(self, source_file, target_file, expected_build_id): argument
164 def _check_and_pull_binary(self, binary, expected_build_id, binary_cache_file): argument
/system/core/init/
Dproperty_service_test.cpp104 std::string expected_build_id = legacy_build_id + "." + vbmeta_digest.substr(0, 8); in TEST() local
/system/unwinding/libunwindstack/tests/
DMapInfoGetBuildIDTest.cpp95 void MapInfoGetBuildIDTest::MultipleThreadTest(std::string expected_build_id) { in MultipleThreadTest()
/system/extras/simpleperf/
Dread_elf_test.cpp46 BuildId expected_build_id(build_id_data, 20); in TEST() local
Dread_elf.cpp501 const BuildId* expected_build_id, ElfStatus* status) { in Open()
Dcmd_inject.cpp336 auto check_build_id = [](Dso* dso, const BuildId& expected_build_id) { in ProcessBranchListFile()