Searched defs:str (Results 1 – 3 of 3) sorted by relevance
264 let str = String::from_utf8(buf.clone()).unwrap(); in readline() localVariable395 pub fn complete_command(command: &str) -> (&str, Vec<String>) { in complete_command()405 pub fn complete_path(incomplete_path: &str) -> (&str, Vec<String>) { in complete_path()
40 pub fn name(&self) -> Option<&str> { in name()
188 let str = String::from_utf8(buf).unwrap(); in shell_cmd_free() localVariable