Home
last modified time | relevance | path

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

/tools/asuite/adevice/src/
Dcommands.rs37 let add_cmd_and_path = |s| { in command_args() localVariable
50 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()