Searched refs:section_infos (Results 1 – 1 of 1) sorted by relevance
1073 std::array<FileSectionInfo, kMaxNumberOfSections> section_infos; in Save() local1077 DCHECK_LT(section_index, section_infos.size()); in Save()1078 section_infos[section_index] = FileSectionInfo(type, file_offset, file_size, inflated_size); in Save()1162 const FileSectionInfo& info = section_infos[i]; in Save()1840 dchecked_vector<FileSectionInfo> section_infos(section_count); in LoadInternal() local1842 section_infos.data(), section_count * sizeof(FileSectionInfo), "ReadSectionInfos", error); in LoadInternal()1848 for (const FileSectionInfo& section_info : section_infos) { in LoadInternal()1873 const FileSectionInfo& dex_files_section_info = section_infos[0]; in LoadInternal()1889 const FileSectionInfo& section_info = section_infos[i]; in LoadInternal()