Searched refs:add_cmd_and_paths (Results 1 – 1 of 1) sorted by relevance
42 let add_cmd_and_paths = |s, path: &String| { in command_args() localVariable53 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()