Searched refs:config_path (Results 1 – 2 of 2) sorted by relevance
72 const char * const config_path[2] = { in main() local106 if (file_exists(config_path[0])) in main()107 strncpy(cfg, config_path[0], PATH_MAX); in main()109 strncpy(cfg, config_path[1], PATH_MAX); in main()
38 pub config_path: PathBuf, field86 config_path: Path::new(".").to_path_buf(), in new()144 config_path: config_file_path, in init()165 config_path: config_file_path, in init()175 match fs::write(&self.config_path, self.config_data.serialize()) { in save_config()
Completed in 6 milliseconds