Searched refs:FileNotFound (Results 1 – 2 of 2) sorted by relevance
67 Err(_) => return Err(ExecuteErrorType::FileNotFound(args.get(0).unwrap().clone())), in shell_cmd_cd()
293 ExecuteErrorType::FileNotFound(file) => eprintln!("Not a file or directory: {}", file), in handle()316 FileNotFound(String), enumerator