Searched refs:GetModuleBuildId (Results 1 – 5 of 5) sorted by relevance
/system/extras/simpleperf/ |
D | environment_test.cpp | 114 TEST(environment, GetModuleBuildId) { in TEST() argument 119 ASSERT_TRUE(GetModuleBuildId("fake_kernel_module", &build_id, GetTestData("sysfs"))); in TEST()
|
D | environment.h | 70 bool GetModuleBuildId(const std::string& module_name, BuildId* build_id,
|
D | environment.cpp | 207 bool GetModuleBuildId(const std::string& module_name, BuildId* build_id, in GetModuleBuildId() function
|
D | dso.cpp | 1047 return GetModuleBuildId(path.substr(1, path.size() - 2), &build_id); in GetBuildId()
|
/system/extras/simpleperf/nonlinux_support/ |
D | nonlinux_support.cpp | 34 bool GetModuleBuildId(const std::string&, BuildId*, const std::string&) { in GetModuleBuildId() function
|