Home
last modified time | relevance | path

Searched refs:include_region (Results 1 – 3 of 3) sorted by relevance

/external/flashrom/util/flashrom_tester/flashrom/src/
Dflashromlib.rs117 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()
/external/flashrom/
Dlayout.c207 static int include_region(struct flashrom_layout *const l, const char *name, in include_region() function
238 if (include_region(l, name, file)) { in romentry_exists()
465 return include_region(layout, name, NULL); in flashrom_layout_include_region()
/external/flashrom/bindings/rust/libflashrom/src/
Dlib.rs948 pub fn include_region(&mut self, region: &str) -> std::result::Result<(), RegionError> { in include_region() method
1183 layout.include_region("xyz").unwrap();