Searched refs:construct_layout_file (Results 1 – 2 of 2) sorted by relevance
95 pub fn construct_layout_file<F: Write>(mut target: F, ls: &LayoutSizes) -> std::io::Result<()> { in construct_layout_file() function197 fn construct_layout_file() { in construct_layout_file() function198 use super::{construct_layout_file, get_layout_sizes}; in construct_layout_file()201 construct_layout_file( in construct_layout_file()
386 utils::construct_layout_file(&mut buf, &layout_sizes).expect("Could not construct layout file"); in create_layout_file()