Home
last modified time | relevance | path

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

/aosp_15_r20/bootable/libbootloader/gbl/libstorage/src/
H A Dgpt.rs426 pub enum GptSyncResult { enum
443 impl GptSyncResult { implementation
453 impl core::fmt::Display for GptSyncResult { implementation
697 ) -> Result<GptSyncResult> { in load_and_sync()
H A Dlib.rs338 ) -> Result<GptSyncResult> { in sync_gpt()
/aosp_15_r20/bootable/libbootloader/gbl/libgbl/src/
H A Dpartition.rs237 pub async fn sync_gpt(&self) -> Result<Option<GptSyncResult>, Error> { in sync_gpt()