Searched defs:Path (Results 1 – 14 of 14) 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/crate_health/src/ |
D | repo_path.rs | 38 pub fn root(&self) -> &Path { in root() 41 pub fn rel(&self) -> &Path { in rel()
|
D | crate_type.rs | 75 pub fn from<P: Into<PathBuf>>(cargo_toml: &impl AsRef<Path>, root: P) -> Result<Crate> { in from() 297 fn write_test_manifest(temp_crate_dir: &Path, name: &str, version: &str) -> Result<PathBuf> { in write_test_manifest() 335 a: &impl AsRef<Path>, in diff_android_bp() 336 b: &impl AsRef<Path>, in diff_android_bp() 337 root: &impl AsRef<Path>, in diff_android_bp()
|
D | crate_collection.rs | 61 pub fn repo_root(&self) -> &Path { in repo_root()
|
D | lib.rs | 100 pub fn copy_dir(src: &impl AsRef<Path>, dst: &impl AsRef<Path>) -> Result<()> { in copy_dir()
|
D | android_bp.rs | 89 pub fn maybe_build_cargo_embargo(repo_root: &impl AsRef<Path>, force_rebuild: bool) -> Result<()> { in maybe_build_cargo_embargo()
|
D | reports.rs | 247 output_path: &impl AsRef<Path>, in health_report() 272 output_path: &impl AsRef<Path>, in migration_report()
|
/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() 792 fn apply_patch_file(output_path: &Path, patch_path: &Path) -> Result<()> { in apply_patch_file() 809 bp_path: &Path, in write_format_android_bp() 811 patch_path: Option<&Path>, in write_format_android_bp()
|
/development/tools/cargo_embargo/src/cargo/ |
D | metadata.rs | 302 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/scripts/ |
D | lldbclient.py | 443 def write_vscode_config(vscode_launch_file: pathlib.Path, setup_commands: str) -> None:
|
D | gdbclient.py | 443 def write_vscode_config(vscode_launch_file: pathlib.Path, setup_commands: str) -> None:
|
/development/tools/repo_diff/service/repodiff/entities/ |
D | entities.go | 105 Path string `xml:"path,attr"` member
|