Searched defs:config_file (Results 1 – 4 of 4) sorted by relevance
37 std::ifstream config_file(path_); in Read() local
134 let config_file = File::open(config_path).context("Failed to open config file")?; in command_run() localVariable250 let config_file = archive.by_name(config_path)?; in parse_extra_apk_list() localVariable
148 Result<Config> LoadConfig(const std::string& config_file) { in LoadConfig()
615 let config_file = apk_zip.by_name(config_path)?; in load_app_config() localVariable