Home
last modified time | relevance | path

Searched defs:ExecuteErrorType (Results 1 – 2 of 2) sorted by relevance

/NovaShell/src/shell/command/
H A Dmod.rs57 pub fn shell_cmd_cd(args: &Vec<String>) -> Result<(), ExecuteErrorType> { in shell_cmd_cd() argument
77 pub fn shell_cmd_exec(args: &Vec<String>) -> Result<(), ExecuteErrorType> { in shell_cmd_exec() argument
149 fn shell_cmd_reboot(args: &Vec<String>) -> Result<(), ExecuteErrorType> { in shell_cmd_reboot() argument
158 fn shell_cmd_free(args: &Vec<String>) -> Result<(), ExecuteErrorType> { in shell_cmd_free() argument
225 fn shell_cmd_help(args: &Vec<String>) -> Result<(), ExecuteErrorType> { in shell_cmd_help() argument
233 fn shell_cmd_export(args: &Vec<String>) -> Result<(), ExecuteErrorType> { in shell_cmd_export() argument
/NovaShell/src/
H A Dparser.rs314 pub enum ExecuteErrorType { enum