Lines Matching refs:with_nix_path
171 fn with_nix_path<T, F>(&self, f: F) -> Result<T> in with_nix_path() method
184 fn with_nix_path<T, F>(&self, f: F) -> Result<T> in with_nix_path() method
186 OsStr::new(self).with_nix_path(f) in with_nix_path()
199 fn with_nix_path<T, F>(&self, f: F) -> Result<T> in with_nix_path() method
201 self.as_bytes().with_nix_path(f) in with_nix_path()
214 fn with_nix_path<T, F>(&self, f: F) -> Result<T> in with_nix_path() method
234 fn with_nix_path<T, F>(&self, f: F) -> Result<T> in with_nix_path() method
265 fn with_nix_path<T, F>(&self, f: F) -> Result<T> where F: FnOnce(&CStr) -> T { in with_nix_path() method
266 self.as_os_str().with_nix_path(f) in with_nix_path()
279 fn with_nix_path<T, F>(&self, f: F) -> Result<T> where F: FnOnce(&CStr) -> T { in with_nix_path() method
280 self.as_os_str().with_nix_path(f) in with_nix_path()