Home
last modified time | relevance | path

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

/aosp_15_r20/tools/asuite/adevice/src/
H A Dcommands.rs42 let add_cmd_and_paths = |s, path: &String| { in command_args() localVariable
53 AdbAction::Push { host_path } => add_cmd_and_paths("push", host_path), in command_args()
55 AdbAction::Symlink { target } => add_cmd_and_paths("shell ln -sf", target), in command_args()