Home
last modified time | relevance | path

Searched refs:section_size (Results 1 – 2 of 2) sorted by relevance

/frameworks/libs/binary_translation/tools/nogrod/
Delf_reader.cc105 size_t section_size = section_header->sh_size; in ReadSection() local
108 return Buffer{section_data, section_size}; in ReadSection()
112 UncompressSection(section_data, section_size, error_msg); in ReadSection()
121 size_t section_size, in UncompressSection() argument
128 if (static_cast<size_t>(section_size) < kChdrSize) { in UncompressSection()
143 size_t compressed_size = section_size - kChdrSize; in UncompressSection()
/frameworks/base/cmds/incidentd/src/
DWorkDirectory.cpp133 const size_t sectionCount = report.section_size(); in has_section()
208 for (int j=0; j<envelope.report(i).section_size(); j++) { in log_envelope()
855 const int sectionCount = report.section_size(); in get_args_from_report()