Searched refs:FileSize (Results 1 – 8 of 8) sorted by relevance
313 return header->FileSize(); in FindNextByteAfterSection()323 header->FileSize()); in ShowDexSectionStatistics()340 100 * bytes / header->FileSize()); in ShowDexSectionStatistics()
274 header.file_size_ = header_->FileSize(); in WriteHeader()508 output->GetMainSection()->Resize(header_->FileSize()); in Write()
810 header.file_size_ = header_->FileSize(); in WriteHeader()952 header_->SetChecksum(DexFile::CalculateChecksum(stream->Begin(), header_->FileSize())); in Write()958 output->GetMainSection()->Resize(header_->FileSize()); in Write()
594 fprintf(out_file_, "file_size : %d\n", header_->FileSize()); in DumpFileHeader()1937 const size_t file_size = header_->FileSize(); in ProcessDexFile()
420 uint32_t FileSize() const { return file_size_; } in FileSize() function
493 size_t FileSize() const;
2070 size_t OatDexFile::FileSize() const { in FileSize() function in art::OatDexFile2081 FileSize(), in OpenDexFile()
878 dchecked_integral_cast<uint32_t>(dex_offset + oat_dex_file.FileSize() - 1)); in DumpOatDexFile()951 size_t fsize = dex_file == nullptr ? oat_dex_file.FileSize() : dex_file->Size(); in ExportDexFile()1810 oat_dex_file->FileSize())); in Dump()