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

/fuchsia/zircon/system/host/zbi/
H A Dzbi.cpp634 size_t exact_size() const { return exact_size_; } function in class:__anon583::FileContents
797 file_.View(0, file_.exact_size()).iov_base);
798 eof_ = read_ptr_ + file_.exact_size();
1130 size_t size = file.exact_size() + (null_terminate ? 1 : 0);
1143 item->payload_.emplace_front(file.View(0, file.exact_size()));
1149 crc.Write(file.View(0, file.exact_size()));
1165 if (offset > file.exact_size() ||
1166 file.exact_size() - offset < sizeof(zbi_header_t)) {
1173 if (file.exact_size() - offset < header->length) {
1231 entry.data_len = static_cast<uint32_t>(next.file.exact_size());
[all...]

Completed in 70 milliseconds