Searched defs:expected_build_id (Results 1 – 4 of 4) sorted by relevance
/system/extras/simpleperf/scripts/ |
D | binary_cache_builder.py | 128 def _copy_to_binary_cache(self, from_path, expected_build_id, target_file): argument 157 def _check_and_pull_binary(self, binary, expected_build_id, binary_cache_file): argument
|
/system/extras/simpleperf/ |
D | read_elf.cpp | 385 ElfStatus MatchBuildId(llvm::object::ObjectFile* obj, const BuildId& expected_build_id) { in MatchBuildId() 401 const BuildId& expected_build_id, in ParseSymbolsFromElfFile() 411 uint32_t file_size, const BuildId& expected_build_id, in ParseSymbolsFromEmbeddedElfFile() 450 const BuildId& expected_build_id, in ReadMinExecutableVirtualAddressFromElfFile()
|
D | read_apk.cpp | 184 const BuildId& expected_build_id, in ParseSymbolsFromApkFile()
|
D | read_elf_test.cpp | 44 BuildId expected_build_id(build_id_data, 20); in TEST() local
|