Home
last modified time | relevance | path

Searched refs:construct (Results 1 – 1 of 1) sorted by relevance

/bootable/libbootloader/gbl/third_party/libzbi/src/
Dlib.rs285 fn construct(header: Ref<B, ZbiHeader>, buffer: B) -> ZbiResult<Self> { in construct() method
369 let res = Self::construct(header, payload)?; in parse()
404 Self::construct(item.header, buffer) in new()