Home
last modified time | relevance | path

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

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