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

/fuchsia/zircon/system/host/zbi/
H A Dzbi.cpp604 mapped_size_(ZBI_BOOTFS_PAGE_ALIGN(entry.data_len)),
612 mapped_(const_cast<char*>(buffer)), mapped_size_(strlen(buffer) + 1),
613 exact_size_(mapped_size_ - (null_terminate ? 0 : 1)), owned_(false) {
622 std::swap(mapped_size_, other.mapped_size_);
630 munmap(mapped_, mapped_size_);
635 size_t mapped_size() const { return mapped_size_; }
663 result.mapped_size_ = (size + pagesize - 1) & -pagesize;
676 assert(offset < mapped_size_);
677 assert(mapped_size_
683 size_t mapped_size_ = 0; member in class:__anon583::FileContents
[all...]

Completed in 86 milliseconds