Searched refs:is_first_open (Results 1 – 2 of 2) sorted by relevance
15 is_first_open: bool, field31 is_first_open: ifo_flag, in new()89 self.is_first_open = false; in store()94 pub fn is_first_open(&mut self) -> bool { in is_first_open() method95 self.is_first_open in is_first_open()
55 } else if self.file_manager.is_first_open() { in run()