Searched refs:executable_is_plugin (Results 1 – 1 of 1) sorted by relevance
45 fn executable_is_plugin(executable: &Option<Executable>) -> bool { in executable_is_plugin() function1781 if cfg.plugin_root.is_some() && !executable_is_plugin(&cfg.executable_path) { in validate_arguments()1985 Ok(()) if executable_is_plugin(&cfg.executable_path) => { in run_vm()