Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dbinary_cache_builder.py128 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/
Dread_elf.cpp385 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()
Dread_apk.cpp184 const BuildId& expected_build_id, in ParseSymbolsFromApkFile()
Dread_elf_test.cpp44 BuildId expected_build_id(build_id_data, 20); in TEST() local