Home
last modified time | relevance | path

Searched defs:output_path (Results 1 – 6 of 6) sorted by relevance

/development/vndk/tools/header-checker/tests/
Dmodule.py52 def make_dump(self, output_path): argument
92 def make_dump(self, output_path): argument
119 def make_dump(self, output_path): argument
/development/tools/external_crates/crate_health/src/bin/
Dmigration_report.rs34 output_path: PathBuf, field
Dhealth_report.rs34 output_path: PathBuf, field
/development/vndk/tools/header-checker/utils/
Dutils.py127 def run_header_abi_dumper(input_path, output_path, cflags=tuple(), argument
156 def run_header_abi_linker(inputs, output_path, version_script, api, arch_str, argument
313 def run_abi_diff(old_dump_path, new_dump_path, output_path, arch_str, lib_name, argument
/development/gsi/repack_super_image/
Drepack_super_image.py121 part_imgs, output_path): argument
/development/tools/cargo_embargo/src/
Dmain.rs653 let output_path = package_dir.join("Android.bp"); in write_build_files() localVariable
664 let output_path = package_dir.join("rules.mk"); in write_build_files() localVariable