OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetBuildIdFromNoteFile
(Results
1 - 3
of
3
) sorted by null
/system/extras/simpleperf/
read_elf.h
24
bool
GetBuildIdFromNoteFile
(const std::string& filename, BuildId* build_id);
environment.cpp
363
return
GetBuildIdFromNoteFile
("/sys/kernel/notes", build_id);
368
return
GetBuildIdFromNoteFile
(notefile, build_id);
read_elf.cpp
90
bool
GetBuildIdFromNoteFile
(const std::string& filename, BuildId* build_id) {
Completed in 37 milliseconds