Home
last modified time | relevance | path

Searched refs:ToolFinder (Results 1 – 3 of 3) sorted by relevance

/system/extras/simpleperf/scripts/test/
Dbinary_cache_builder_test.py25 from simpleperf_utils import ReadElf, remove, ToolFinder
32 strip = ToolFinder.find_tool_path('llvm-strip', ndk_path=TestHelper.ndk_path, arch='arm')
/system/extras/simpleperf/scripts/
Dsimpleperf_utils.py116 class ToolFinder: class
272 adb_path = ToolFinder.find_tool_path('adb')
537 self.symbolizer_path = ToolFinder.find_tool_path('llvm-symbolizer', ndk_path)
816 objdump_path = ToolFinder.find_tool_path('llvm-objdump', self.ndk_path, arch)
853 self.readelf_path = ToolFinder.find_tool_path('llvm-readelf', ndk_path)
Dpprof_proto_generator.py35 flatten_arg_list, log_exit, ReadElf, ToolFinder)
495 if not ToolFinder.find_tool_path('llvm-symbolizer', self.config['ndk_path']):