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()
276 header.file_size_ = header_->FileSize(); in WriteHeader()511 output->GetMainSection()->Resize(header_->FileSize()); in Write()
807 header.file_size_ = header_->FileSize(); in WriteHeader()949 header_->SetChecksum(DexFile::CalculateChecksum(stream->Begin(), header_->FileSize())); in Write()955 output->GetMainSection()->Resize(header_->FileSize()); in Write()
593 fprintf(out_file_, "file_size : %d\n", header_->FileSize()); in DumpFileHeader()1933 const size_t file_size = header_->FileSize(); in ProcessDexFile()
420 uint32_t FileSize() const { return file_size_; } in FileSize() function
485 size_t FileSize() const;
1926 size_t OatDexFile::FileSize() const { in FileSize() function in art::OatDexFile1937 FileSize(), in OpenDexFile()
896 dchecked_integral_cast<uint32_t>(dex_offset + oat_dex_file.FileSize() - 1)); in DumpOatDexFile()969 size_t fsize = dex_file == nullptr ? oat_dex_file.FileSize() : dex_file->Size(); in ExportDexFile()1913 oat_dex_file->FileSize())); in Dump()