Searched defs:erase_gpt (Results 1 – 3 of 3) sorted by relevance
370 pub async fn erase_gpt(&mut self, gpt: &mut Gpt<impl DerefMut<Target = [u8]>>) -> Result<()> { in erase_gpt() method
862 pub(crate) async fn erase_gpt( in erase_gpt() function
276 pub async fn erase_gpt(&self) -> Result<(), Error> { in erase_gpt() function