Lines Matching defs:with_nix_path
191 fn with_nix_path<T, F>(&self, f: F) -> Result<T>
205 fn with_nix_path<T, F>(&self, f: F) -> Result<T>
209 OsStr::new(self).with_nix_path(f)
222 fn with_nix_path<T, F>(&self, f: F) -> Result<T>
226 self.as_bytes().with_nix_path(f)
239 fn with_nix_path<T, F>(&self, f: F) -> Result<T>
256 fn with_nix_path<T, F>(&self, f: F) -> Result<T>
310 fn with_nix_path<T, F>(&self, f: F) -> Result<T>
314 self.as_os_str().with_nix_path(f)
327 fn with_nix_path<T, F>(&self, f: F) -> Result<T>
331 self.as_os_str().with_nix_path(f)