HomeSort by relevance Sort by last modified time
    Searched refs:find_tool_path (Results 1 - 4 of 4) sorted by null

  /system/extras/simpleperf/scripts/
utils.py 170 def find_tool_path(toolname, ndk_path=None, arch=None): function
216 adb_path = find_tool_path('adb')
433 self.addr2line_path = find_tool_path('addr2line', ndk_path)
436 self.readelf_path = find_tool_path('readelf', ndk_path)
582 self.readelf_path = find_tool_path('readelf', ndk_path)
600 objdump_path = find_tool_path('objdump', self.ndk_path, arch)
binary_cache_builder.py 52 self.readelf_path = find_tool_path('readelf')
annotate.py 63 self.addr2line_path = find_tool_path('addr2line')
pprof_proto_generator.py 459 if not find_tool_path('addr2line'):

Completed in 262 milliseconds