Home
last modified time | relevance | path

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

/external/crosvm/src/
Dmain.rs45 fn executable_is_plugin(executable: &Option<Executable>) -> bool { in executable_is_plugin() function
1781 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()