Home
last modified time | relevance | path

Searched refs:Command (Results 1 – 12 of 12) sorted by relevance

/development/tools/crate-updater/src/
Dmain.rs17 process::{Command, ExitStatus, Output},
77 impl RunAndStreamOutput for Command { implementation
84 Command::new("git") in cleanup_and_sync_monorepo()
88 Command::new("git") in cleanup_and_sync_monorepo()
93 Command::new("git") in cleanup_and_sync_monorepo()
98 Command::new("git") in cleanup_and_sync_monorepo()
103 let output = Command::new("git") in cleanup_and_sync_monorepo()
112 Command::new("repo").args(["sync", "."]).current_dir(monorepo_path).run_and_stream_output()?; in cleanup_and_sync_monorepo()
129 Command::new("prodcertstatus").run_and_stream_output()?; in sync_to_green()
130 Command::new("/google/data/ro/projects/android/smartsync_login").run_and_stream_output()?; in sync_to_green()
[all …]
/development/tools/external_crates/crate_tool/src/
Dandroid_bp.rs19 process::{Command, Output},
45 let mut cmd = Command::new( in run_cargo_embargo()
64 let mut cmd = Command::new(path.with_same_root("out/host/linux-x86/bin/cargo_embargo")?.abs()); in cargo_embargo_autoconfig()
88 Command::new("/usr/bin/bash") in build_cargo_embargo()
Dmanaged_crate.rs21 process::Command,
145 let output = Command::new("git") in recontextualize_patches()
162 Command::new("patch") in recontextualize_patches()
169 Command::new("git") in recontextualize_patches()
175 let output = Command::new("git") in recontextualize_patches()
188 Command::new("git") in recontextualize_patches()
194 Command::new("git") in recontextualize_patches()
200 Command::new("git") in recontextualize_patches()
311 Command::new("patch") in apply_patches()
Dlib.rs18 use std::process::{Command, ExitStatus, Output};
68 impl RunQuiet for Command { implementation
121 Command::new("cp") in copy_dir()
Dpseudo_crate.rs21 process::Command,
91 let output = Command::new("cargo") in deps()
129 Command::new("cargo") in crates()
202 if let Err(e) = Command::new("cargo") in add_internal()
224 Command::new("cargo") in remove()
/development/tools/external_crates/test_mapping/src/
Drdeps.rs21 process::Command,
59 let output = Command::new("grep") in grep_and_parse()
/development/tools/repo_diff/service/repodiff/persistence/filesystem/
Dunix.go43 out, err := exec.Command("bash", "-c", findProjectsCmd).Output()
/development/tools/repo_diff/service/repodiff/controllers/
Ddifferential.go60 cmd := exec.Command(
92 return exec.Command(
100 cmd := exec.Command(
/development/tools/cargo_embargo/src/
Dmain.rs57 use std::process::{Command, Stdio};
433 fn run_cargo(cmd: &mut Command, include_stderr: bool) -> Result<String> { in run_cargo() argument
475 run_cargo(Command::new("cargo").arg("clean").arg("--target-dir").arg(&target_dir), true) in generate_cargo_out()
504 Command::new("cargo") in generate_cargo_out()
524 Command::new("cargo") in generate_cargo_out()
538 Command::new("cargo") in generate_cargo_out()
550 Command::new("cargo") in generate_cargo_out()
955 let patch_output = Command::new("patch") in apply_patch_file()
981 Command::new("bpfmt").arg("-w").arg(bp_path).output().context("Running bpfmt")?; in write_format_android_bp()
993 let bpfmt_output = Command::new("bpfmt") in write_format_android_bp()
/development/tools/motion/motion_test_watcher_app/
DREADME.md59 …cluding detailed command references, visit the [Angular CLI Overview and Command Reference](https:…
/development/tools/repo_pull/
DREADME.md39 Command line usages:
/development/tools/cargo_embargo/testdata/plotters/
Dcargo.metadata3246 "description": "A simple to use, efficient, and full-featured Command Line Argument Parser",