Home
last modified time | relevance | path

Searched defs:Path (Results 1 – 17 of 17) sorted by relevance

/development/tools/ndk/ndkabidump/
D__init__.py34 def __init__(self, src_dir: Path, build_dir: Path) -> None:
Dsoong.py33 def __init__(self, build_top: Path, out_dir: Path) -> None:
/development/tools/external_crates/rooted_path/src/
Dlib.rs53 pub fn root(&self) -> &Path { in root()
57 pub fn rel(&self) -> &Path { in rel()
61 pub fn abs(&self) -> &Path { in abs()
85 fn as_ref(&self) -> &Path { in as_ref()
/development/tools/external_crates/crate_tool/src/
Dlicense.rs31 pub fn update_module_license_files(path: &impl AsRef<Path>, licenses: &LicenseState) -> Result<()> { in update_module_license_files()
Dandroid_bp.rs74 pub fn maybe_build_cargo_embargo(repo_root: &impl AsRef<Path>, force_rebuild: bool) -> Result<()> { in maybe_build_cargo_embargo()
Dcrate_type.rs83 fn write_test_manifest(temp_crate_dir: &Path, name: &str, version: &str) -> Result<RootedPath> { in write_test_manifest()
Dlib.rs120 pub fn copy_dir(src: impl AsRef<Path>, dst: impl AsRef<Path>) -> Result<()> { in copy_dir()
/development/tools/cargo_embargo/src/
Dmain.rs193 config_filename: &Path, in dump_crates()
194 crates_filename: &Path, in dump_crates()
195 intermediates_dir: &Path, in dump_crates()
209 fn autoconfig(args: &Args, config_filename: &Path, intermediates_dir: &Path) -> Result<()> { in autoconfig()
330 fn run_embargo(args: &Args, config_filename: &Path, intermediates_dir: &Path) -> Result<()> { in run_embargo()
573 fn read_license_header(path: &Path, require_license: bool) -> Result<String> { in read_license_header()
954 fn apply_patch_file(output_path: &Path, patch_path: &Path) -> Result<()> { in apply_patch_file()
974 bp_path: &Path, in write_format_android_bp()
976 patch_path: Option<&Path>, in write_format_android_bp()
/development/tools/external_crates/license_checker/src/
Dlicense_file_finder.rs52 path: impl AsRef<Path>, in multiglob()
Dfile_classifier.rs56 pub fn file_path(&self) -> &Path { in file_path()
Dlib.rs205 crate_path: impl AsRef<Path>, in find_licenses()
/development/tools/crate-updater/src/
Dmain.rs187 android_root: &Path, in try_update()
188 monorepo_path: &Path, in try_update()
/development/scripts/
Dgdbclient.py453 def write_vscode_config(vscode_launch_file: pathlib.Path, setup_commands: str) -> None:
Dlldbclient.py453 def write_vscode_config(vscode_launch_file: pathlib.Path, setup_commands: str) -> None:
/development/tools/cargo_embargo/src/cargo/
Dmetadata.rs322 fn split_src_path<'a>(src_path: &'a Path, package_dir: &Path) -> &'a Path { in split_src_path()
Dcargo_out.rs51 base_directory: impl AsRef<Path>, in parse_cargo_out_str()
/development/tools/repo_diff/service/repodiff/entities/
Dentities.go105 Path string `xml:"path,attr"` member