Searched refs:total_size (Results 1 – 5 of 5) sorted by relevance
36 total_size: u32, field89 pub fn total_size(&self) -> usize { in total_size() method90 self.total_size as usize in total_size()231 let total_size = header.total_size(); in new() localVariable232 let rest = if let Some(rest_size) = total_size.checked_sub(HEADER_SIZE) { in new()233 rest.get_mut(..rest_size).ok_or(Error::InvalidSize(total_size))? in new()235 return Err(Error::InvalidSize(total_size)); in new()246 let limits = header.body_lowest_bound()?..total_size; in new()
770 int total_size; in generate() local780 total_size = updateInstructionOffsets(); in generate()782 mDropLabel.offset = total_size + 1; in generate()783 mPassLabel.offset = total_size; in generate()795 byte[] bytecode = new byte[total_size]; in generate()796 updateExceptionBufferSize(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()
648 uint64_t total_size = st.st_size; in SendLargeFile() local700 ReportProgress(rpath, bytes_copied, total_size); in SendLargeFile()750 uint64_t total_size = st.st_size; in SendLargeFileLegacy() local776 ReportProgress(rpath, bytes_copied, total_size); in SendLargeFileLegacy()