Home
last modified time | relevance | path

Searched refs:GetBuildIdFromElfFile (Results 1 – 3 of 3) sorted by relevance

/system/extras/simpleperf/
Dread_elf.h24 bool GetBuildIdFromElfFile(const std::string& filename, BuildId* build_id);
Dread_elf.cpp95 bool GetBuildIdFromElfFile(const std::string& filename, BuildId* build_id) { in GetBuildIdFromElfFile() function
Dcmd_record.cpp354 if (!GetBuildIdFromElfFile(filename, &build_id)) { in DumpBuildIdFeature()