Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapex_classpath.cpp52 std::string binary_path = in DeriveClassPath() local
69 const char* const argv[] = {binary_path.c_str(), scan_dirs_flag.c_str(), in DeriveClassPath()
75 binary_path; in DeriveClassPath()
/system/apex/tools/
Dapex_compression_tool.py41 binary_path = os.path.join(path, binary)
42 if os.path.exists(binary_path):
43 return binary_path
/system/extras/simpleperf/scripts/
Dsimpleperf_utils.py78 binary_path = os.path.join(arch_dir, binary_name)
79 if not os.path.isfile(binary_path):
80 log_fatal("can't find binary: %s" % binary_path)
81 return binary_path
99 binary_path = os.path.join(dirname, binary_name)
100 if not os.path.isfile(binary_path):
101 log_fatal("can't find binary: %s" % binary_path)
102 return binary_path
632 def _build_symbolizer_args(self, binary_path: Path) -> List[str]:
633 args = [self.symbolizer_path, '--print-address', '--inlining', '--obj=%s' % binary_path]
Dpprof_proto_generator.py411 binary_path, build_id = self.get_binary(symbol.dso_name)
412 mapping_id = self.get_mapping_id(symbol.mapping[0], binary_path, build_id)
414 function_id = self.get_function_id(symbol.symbol_name, binary_path, symbol.symbol_addr)
451 binary_path = dso_name
456 binary_path = str(elf_path)
460 self.binary_map[dso_name] = (binary_path, build_id)
461 return (binary_path, build_id)
/system/extras/simpleperf/scripts/test/
Dpprof_proto_generator_test.py184 binary_path = profile.string_table[mapping.filename]
185 if 'runtest_two_functions_arm64' in binary_path:
/system/apex/apexer/
Dapexer.py206 binary_path = os.path.join(path, binary)
207 if os.path.exists(binary_path):
208 return binary_path