Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Denvironment.h61 bool GetModuleBuildId(const std::string& module_name, BuildId* build_id);
Denvironment.cpp312 bool GetModuleBuildId(const std::string& module_name, BuildId* build_id) { in GetModuleBuildId() function
Dcmd_record.cpp1069 if (!GetModuleBuildId(module_name, &build_id)) { in DumpBuildIdFeature()