Home
last modified time | relevance | path

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

/tools/asuite/adevice/src/
Dcommands.rs196 string_vec(&["push", "local/host/path", "device/path",]), in push_cmd_args()
207 string_vec(&["shell", "mkdir", "-p", "device/new/dir",]), in mkdir_cmd_args()
215 string_vec(&["shell", "ln", "-sf", "the_target", "system/tmp/p",]), in symlink_cmd_args()
225 string_vec(&["shell", "rm", "system/file.so",]), in delete_file_cmd_args()
232 string_vec(&["shell", "rm", "-rf", "some/dir"]), in delete_dir_cmd_args()
241 string_vec(&["push", "local/host/path with space", "device/path with space",]), in cmds_on_files_spaces_utf8_chars_work()
249 string_vec(&["shell", "ln", "-sf", "cup of water", "/tmp/ha ha/물 주세요",]), in cmds_on_files_spaces_utf8_chars_work()
258 fn string_vec(v: &[&str]) -> Vec<String> { in string_vec() function