Searched defs:opt_path (Results 1 – 4 of 4) sorted by relevance
69 let mut opt_path = self.stack.pop(); in next() localVariable
168 fn opt_path(m: &getopts::Matches, nm: &str) -> PathBuf { in parse_config() function
77 static char *opt_path = NULL; variable
781 pub fn opt_path(&self) -> Option<&Path> { in opt_path() method