Searched refs:current_exe (Results 1 – 1 of 1) sorted by relevance
18 let mut current_exe = std::env::current_exe().unwrap(); in find_binary() localVariable19 current_exe.pop(); in find_binary()21 for mut path in std::iter::once(current_exe.clone()).chain(std::env::split_paths(&paths)) { in find_binary()31 current_exe.to_string_lossy(), in find_binary()