Searched refs:add_cmd_and_path (Results 1 – 1 of 1) sorted by relevance
37 let add_cmd_and_path = |s| { in command_args() localVariable50 AdbAction::Mkdir => add_cmd_and_path("shell mkdir -p"), in command_args()57 AdbAction::DeleteFile => add_cmd_and_path("shell rm"), in command_args()59 AdbAction::DeleteDir => add_cmd_and_path("shell rm -rf"), in command_args()