Searched refs:View (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/host/zbi/
H A Dzbi.cpp667 const iovec View(size_t offset, size_t length) const { function in class:__anon583::FileContents
797 file_.View(0, file_.exact_size()).iov_base);
1143 item->payload_.emplace_front(file.View(0, file.exact_size()));
1149 crc.Write(file.View(0, file.exact_size()));
1171 file.View(offset, sizeof(zbi_header_t)).iov_base);
1179 item->payload_.emplace_front(file.View(offset, header->length));
1657 file.View(0, sizeof(zbi_header_t)).iov_base);
2171 .Write(next.file.View(0, next.file.exact_size()));

Completed in 82 milliseconds