Searched refs:is_executable_available (Results 1 - 3 of 3) sorted by relevance

/system/extras/simpleperf/scripts/
H A Dutils.py105 def is_executable_available(executable, option='--help'): function
149 if is_executable_available(toolname, test_option):
164 if is_executable_available(path, test_option):
H A Dannotate.py60 if addr2line_path and is_executable_available(addr2line_path):
H A Dpprof_proto_generator.py452 if not self.config['addr2line_path'] or not is_executable_available(

Completed in 57 milliseconds