Home
last modified time | relevance | path

Searched defs:GetBuildIdForPath (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/
Dreport_lib_interface.cpp370 const char* ReportLib::GetBuildIdForPath(const char* path) { in GetBuildIdForPath() function in simpleperf::ReportLib
492 const char* GetBuildIdForPath(ReportLib* report_lib, const char* path) { in GetBuildIdForPath() function
/system/extras/simpleperf/scripts/
Dsimpleperf_report_lib.py371 def GetBuildIdForPath(self, path: str) -> str: member in ReportLib