Searched defs:Path (Results 1 – 17 of 17) sorted by relevance
/development/tools/ndk/ndkabidump/ |
D | __init__.py | 34 def __init__(self, src_dir: Path, build_dir: Path) -> None:
|
D | soong.py | 33 def __init__(self, build_top: Path, out_dir: Path) -> None:
|
/development/tools/external_crates/rooted_path/src/ |
D | lib.rs | 53 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/ |
D | license.rs | 31 pub fn update_module_license_files(path: &impl AsRef<Path>, licenses: &LicenseState) -> Result<()> { in update_module_license_files()
|
D | android_bp.rs | 74 pub fn maybe_build_cargo_embargo(repo_root: &impl AsRef<Path>, force_rebuild: bool) -> Result<()> { in maybe_build_cargo_embargo()
|
D | crate_type.rs | 83 fn write_test_manifest(temp_crate_dir: &Path, name: &str, version: &str) -> Result<RootedPath> { in write_test_manifest()
|
D | lib.rs | 120 pub fn copy_dir(src: impl AsRef<Path>, dst: impl AsRef<Path>) -> Result<()> { in copy_dir()
|
/development/tools/cargo_embargo/src/ |
D | main.rs | 193 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/ |
D | license_file_finder.rs | 52 path: impl AsRef<Path>, in multiglob()
|
D | file_classifier.rs | 56 pub fn file_path(&self) -> &Path { in file_path()
|
D | lib.rs | 205 crate_path: impl AsRef<Path>, in find_licenses()
|
/development/tools/crate-updater/src/ |
D | main.rs | 187 android_root: &Path, in try_update() 188 monorepo_path: &Path, in try_update()
|
/development/scripts/ |
D | gdbclient.py | 453 def write_vscode_config(vscode_launch_file: pathlib.Path, setup_commands: str) -> None:
|
D | lldbclient.py | 453 def write_vscode_config(vscode_launch_file: pathlib.Path, setup_commands: str) -> None:
|
/development/tools/cargo_embargo/src/cargo/ |
D | metadata.rs | 322 fn split_src_path<'a>(src_path: &'a Path, package_dir: &Path) -> &'a Path { in split_src_path()
|
D | cargo_out.rs | 51 base_directory: impl AsRef<Path>, in parse_cargo_out_str()
|
/development/tools/repo_diff/service/repodiff/entities/ |
D | entities.go | 105 Path string `xml:"path,attr"` member
|