Searched refs:data_section (Results 1 – 1 of 1) sorted by relevance
1852 DexContainer::Section* const data_section = container->GetDataSection(); in OutputDexFile() local1853 if (!new_file->WriteFully(data_section->Begin(), data_section->Size())) { in OutputDexFile()1935 DexContainer::Section* const data_section = (*dex_container)->GetDataSection(); in ProcessDexFile() local1937 << main_section->Size() << " " << data_section->Size(); in ProcessDexFile()1942 data_section->Begin(), in ProcessDexFile()1943 data_section->Size(), in ProcessDexFile()