Searched refs:executable_is_plugin (Results 1 – 2 of 2) sorted by relevance
29 use crosvm::config::executable_is_plugin;160 if executable_is_plugin(&cfg.executable_path) { in run_vm()
617 pub fn executable_is_plugin(executable: &Option<Executable>) -> bool { in executable_is_plugin() function1122 if cfg.plugin_root.is_some() && !executable_is_plugin(&cfg.executable_path) { in validate_config()