Home
last modified time | relevance | path

Searched defs:update_gpt (Results 1 – 3 of 3) sorted by relevance

/bootable/libbootloader/gbl/libstorage/src/
Dlib.rs354 pub async fn update_gpt( in update_gpt() method
Dgpt.rs814 pub(crate) async fn update_gpt( in update_gpt() function
/bootable/libbootloader/gbl/libgbl/src/
Dpartition.rs238 pub async fn update_gpt(&self, mbr_primary: &mut [u8], resize: bool) -> Result<(), Error> { in update_gpt() function