Searched defs:expected_build_id (Results 1 – 4 of 4) sorted by relevance
/system/extras/simpleperf/scripts/ |
D | binary_cache_builder.py | 119 def _copy_to_binary_cache(self, from_path, expected_build_id, target_file): argument 134 def _need_to_copy(self, source_file, target_file, expected_build_id): argument 165 def _check_and_pull_binary(self, binary, expected_build_id, binary_cache_file): argument
|
/system/extras/simpleperf/ |
D | read_elf.cpp | 423 ElfStatus MatchBuildId(llvm::object::ObjectFile* obj, const BuildId& expected_build_id) { in MatchBuildId() 439 const BuildId& expected_build_id, in ParseSymbolsFromElfFile() 449 uint32_t file_size, const BuildId& expected_build_id, in ParseSymbolsFromEmbeddedElfFile() 533 const BuildId& expected_build_id, in ReadMinExecutableVirtualAddressFromElfFile() 547 const BuildId& expected_build_id, in ReadMinExecutableVirtualAddressFromEmbeddedElfFile()
|
D | read_elf_test.cpp | 43 BuildId expected_build_id(build_id_data, 20); in TEST() local
|
/system/core/libunwindstack/tests/ |
D | MapInfoGetBuildIDTest.cpp | 92 void MapInfoGetBuildIDTest::MultipleThreadTest(std::string expected_build_id) { in MultipleThreadTest()
|