Searched refs:GetBuildIdFromNoteFile (Results 1 - 3 of 3) sorted by relevance

/system/extras/simpleperf/
H A Dread_elf.h24 bool GetBuildIdFromNoteFile(const std::string& filename, BuildId* build_id);
H A Denvironment.cpp363 return GetBuildIdFromNoteFile("/sys/kernel/notes", build_id);
368 return GetBuildIdFromNoteFile(notefile, build_id);
H A Dread_elf.cpp90 bool GetBuildIdFromNoteFile(const std::string& filename, BuildId* build_id) { function

Completed in 72 milliseconds