Searched refs:total_size (Results 1 – 5 of 5) sorted by relevance
33 total_size: u32, field115 pub fn total_size(&self) -> usize { in total_size() method116 self.total_size as usize in total_size()120 self.total_size() - Self::PADDED_SIZE in body_size()155 .ok_or(EntryError::OutOfBounds { offset, size, limit: self.total_size() })?; in _get_body_range()216 let total_size = header.total_size(); in new() localVariable221 .ok_or(Error::InvalidSize(total_size))?; in new()
905 int total_size; in generate() local915 total_size = updateInstructionOffsets(); in generate()917 mDropLabel.offset = total_size + 1; in generate()918 mPassLabel.offset = total_size; in generate()930 byte[] bytecode = new byte[total_size]; in generate()
187 let total_size = size_in_footer + 8; in find_signing_block() localVariable189 .checked_sub(total_size) in find_signing_block()200 Ok((signing_block_offset, total_size)) in find_signing_block()
537 uint64_t total_size = 0; in install_multiple_app_streamed() local549 total_size += sb.st_size; in install_multiple_app_streamed()564 std::to_string(total_size)}; in install_multiple_app_streamed()
644 uint64_t total_size = st.st_size; in SendLargeFile() local696 ReportProgress(rpath, bytes_copied, total_size); in SendLargeFile()746 uint64_t total_size = st.st_size; in SendLargeFileLegacy() local772 ReportProgress(rpath, bytes_copied, total_size); in SendLargeFileLegacy()