Searched defs:idsig_file (Results 1 – 3 of 3) sorted by relevance
30 let idsig_file = OpenOptions::new() in command_create_idsig() localVariable
229 let idsig_file = File::create(idsig_path).context("Failed to create idsig file")?; in prepare_idsig() localVariable237 let idsig_file = File::open(idsig_path).context("Failed to open idsig file")?; in prepare_idsig() localVariable
902 let idsig_file = clone_file(config.idsig.as_ref().unwrap())?; in load_app_config() localVariable