Searched defs:expected_build_id (Results 1 – 6 of 6) sorted by relevance
/system/extras/simpleperf/scripts/ |
D | binary_cache_builder.py | 122 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/ |
D | property_service_test.cpp | 104 std::string expected_build_id = legacy_build_id + "." + vbmeta_digest.substr(0, 8); in TEST() local
|
/system/unwinding/libunwindstack/tests/ |
D | MapInfoGetBuildIDTest.cpp | 95 void MapInfoGetBuildIDTest::MultipleThreadTest(std::string expected_build_id) { in MultipleThreadTest()
|
/system/extras/simpleperf/ |
D | read_elf_test.cpp | 46 BuildId expected_build_id(build_id_data, 20); in TEST() local
|
D | read_elf.cpp | 501 const BuildId* expected_build_id, ElfStatus* status) { in Open()
|
D | cmd_inject.cpp | 336 auto check_build_id = [](Dso* dso, const BuildId& expected_build_id) { in ProcessBranchListFile()
|