Searched refs:parse_extra_apk_list (Results 1 – 1 of 1) sorted by relevance
51 Some(path) => parse_extra_apk_list(&config.apk, path)?, in command_run_app()340 fn parse_extra_apk_list(apk: &Path, config_path: &str) -> Result<Vec<PathBuf>, Error> { in parse_extra_apk_list() function