Home
last modified time | relevance | path

Searched defs:shell_cmd (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/process/
H A Dtests.rs13 fn shell_cmd() -> Command { in shell_cmd() function
18 fn shell_cmd() -> Command { in shell_cmd() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/process/
H A Dtests.rs13 fn shell_cmd() -> Command { in shell_cmd() function
18 fn shell_cmd() -> Command { in shell_cmd() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/process/
H A Dtests.rs13 fn shell_cmd() -> Command { in shell_cmd() function
18 fn shell_cmd() -> Command { in shell_cmd() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/process/
H A Dtests.rs13 fn shell_cmd() -> Command { in shell_cmd() function
18 fn shell_cmd() -> Command { in shell_cmd() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/process/
H A Dtests.rs13 fn shell_cmd() -> Command { in shell_cmd() function
18 fn shell_cmd() -> Command { in shell_cmd() function
/aosp_15_r20/device/google/cuttlefish/host/commands/run_cvd/
Dserver_loop_impl_snapshot.cpp161 Command shell_cmd(SubtoolPath("adb")); in RunAdbShellCommand() local
/aosp_15_r20/bionic/tests/
H A Dsystem_properties_test.cpp671 std::string shell_cmd = android::base::StringPrintf( in TEST() local