Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dreport_lib_interface.cpp118 const char* GetBuildIdForPath(ReportLib* report_lib, const char* path) EXPORT;
164 const char* GetBuildIdForPath(const char* path);
416 const char* ReportLib::GetBuildIdForPath(const char* path) { in GetBuildIdForPath() function in ReportLib
496 const char* GetBuildIdForPath(ReportLib* report_lib, const char* path) { in GetBuildIdForPath() function
497 return report_lib->GetBuildIdForPath(path); in GetBuildIdForPath()
/system/extras/simpleperf/scripts/
Dsimpleperf_report_lib.py253 self._GetBuildIdForPathFunc = self._lib.GetBuildIdForPath
339 def GetBuildIdForPath(self, path): member in ReportLib
Dbinary_cache_builder.py75 binaries[dso_name] = lib.GetBuildIdForPath(dso_name)
Dpprof_proto_generator.py395 build_id = self.lib.GetBuildIdForPath(filename)
Dtest.py855 build_id = self.report_lib.GetBuildIdForPath('/data/t2')