Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Denvironment_test.cpp114 TEST(environment, GetModuleBuildId) { in TEST() argument
119 ASSERT_TRUE(GetModuleBuildId("fake_kernel_module", &build_id, GetTestData("sysfs"))); in TEST()
Denvironment.h70 bool GetModuleBuildId(const std::string& module_name, BuildId* build_id,
Denvironment.cpp207 bool GetModuleBuildId(const std::string& module_name, BuildId* build_id, in GetModuleBuildId() function
Ddso.cpp1047 return GetModuleBuildId(path.substr(1, path.size() - 2), &build_id); in GetBuildId()
/system/extras/simpleperf/nonlinux_support/
Dnonlinux_support.cpp34 bool GetModuleBuildId(const std::string&, BuildId*, const std::string&) { in GetModuleBuildId() function