Searched refs:include_region (Results 1 – 3 of 3) sorted by relevance
117 layout.include_region(region)?; in read_region_into_file()141 layout.include_region(region)?; in write_from_file_region()157 layout.include_region(region)?; in verify_region_from_file()
207 static int include_region(struct flashrom_layout *const l, const char *name, in include_region() function238 if (include_region(l, name, file)) { in romentry_exists()465 return include_region(layout, name, NULL); in flashrom_layout_include_region()
948 pub fn include_region(&mut self, region: &str) -> std::result::Result<(), RegionError> { in include_region() method1183 layout.include_region("xyz").unwrap();