Home
last modified time | relevance | path

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

/tools/asuite/adevice/src/
Dcommands.rs35 pub fn command_args(action: &AdbAction, file_path: &Path) -> Vec<String> { in command_args() function
166 args: command_args(&adb_action, device_path), in from_action()
197 command_args( in push_cmd_args()
208 command_args(&AdbAction::Mkdir, &PathBuf::from("device/new/dir")) in mkdir_cmd_args()
216 command_args( in symlink_cmd_args()
226 command_args(&AdbAction::DeleteFile, &PathBuf::from("system/file.so")) in delete_file_cmd_args()
233 command_args(&AdbAction::DeleteDir, &PathBuf::from("some/dir")) in delete_dir_cmd_args()
242 command_args( in cmds_on_files_spaces_utf8_chars_work()
250 command_args( in cmds_on_files_spaces_utf8_chars_work()