Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dutils.py104 binary_path = os.path.join(arch_dir, binary_name)
105 if not os.path.isfile(binary_path):
106 log_fatal("can't find binary: %s" % binary_path)
107 return binary_path
125 binary_path = os.path.join(dirname, binary_name)
126 if not os.path.isfile(binary_path):
127 log_fatal("can't find binary: %s" % binary_path)
128 return binary_path
565 def _build_symbolizer_args(self, binary_path): argument
566 args = [self.symbolizer_path, '-print-address', '-inlining', '-obj=%s' % binary_path]
Dpprof_proto_generator.py385 binary_path, build_id = self.get_binary(symbol.dso_name)
386 mapping_id = self.get_mapping_id(symbol.mapping[0], binary_path, build_id)
388 function_id = self.get_function_id(symbol.symbol_name, binary_path, symbol.symbol_addr)
425 binary_path = dso_name
443 binary_path = elf_path
453 self.binary_map[dso_name] = (binary_path, build_id)
454 return (binary_path, build_id)
/system/apex/apexer/
Dapexer.py178 binary_path = os.path.join(path, binary)
179 if os.path.exists(binary_path):
180 return binary_path