Home
last modified time | relevance | path

Searched refs:write_fixed_string (Results 1 – 2 of 2) sorted by relevance

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/rust/stracciatella/src/file_formats/
H A Dslf.rs193 cursor.write_fixed_string(256, &self.library_name)?; in to_output()
194 cursor.write_fixed_string(256, &self.library_path)?; in to_output()
271 cursor.write_fixed_string(256, &entry.file_path)?; in entries_to_output()
H A Dmod.rs41 fn write_fixed_string(&mut self, num_bytes: usize, string: &str) -> Result<()> { in write_fixed_string() method