Lines Matching refs:Path
37 use std::path::{Path, PathBuf};
45 apk: &Path, in command_run_app() argument
46 idsig: &Path, in command_run_app() argument
47 instance: &Path, in command_run_app() argument
50 console_path: Option<&Path>, in command_run_app() argument
51 log_path: Option<&Path>, in command_run_app() argument
125 config_path: &Path, in command_run() argument
127 console_path: Option<&Path>, in command_run() argument
128 log_path: Option<&Path>, in command_run() argument
172 console_path: Option<&Path>, in run() argument
173 log_path: Option<&Path>, in run() argument
248 fn parse_extra_apk_list(apk: &Path, config_path: &str) -> Result<Vec<String>, Error> { in parse_extra_apk_list() argument