Searched refs:default_path (Results 1 – 1 of 1) sorted by relevance
39 Ok(home) if !home.is_empty() => Self::load(&Some(Self::default_path(&home)?)), in load()66 fn default_path(home: &str) -> Result<String> { in default_path() method342 let config_path = Config::default_path(&path(&home_dir)).context("Writing config")?; in untrack_updates_config()