Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dreport_lib_interface.cpp92 const char* GetBuildIdForPath(ReportLib* report_lib, const char* path) EXPORT;
135 const char* GetBuildIdForPath(const char* path);
331 const char* ReportLib::GetBuildIdForPath(const char* path) { in GetBuildIdForPath() function in ReportLib
390 const char* GetBuildIdForPath(ReportLib* report_lib, const char* path) { in GetBuildIdForPath() function
391 return report_lib->GetBuildIdForPath(path); in GetBuildIdForPath()
/system/extras/simpleperf/scripts/
Dsimpleperf_report_lib.py162 self._GetBuildIdForPathFunc = self._lib.GetBuildIdForPath
237 def GetBuildIdForPath(self, path): member in ReportLib
265 build_id = self.report_lib.GetBuildIdForPath('/data/t2')
Dbinary_cache_builder.py86 binaries[dso_name] = lib.GetBuildIdForPath(dso_name)
Dpprof_proto_generator.py399 build_id = self.lib.GetBuildIdForPath(filename)