Searched refs:fsize (Results 1 – 1 of 1) sorted by relevance
951 size_t fsize = dex_file == nullptr ? oat_dex_file.FileSize() : dex_file->Size(); in ExportDexFile() local954 if (fsize == 0 || fsize < sizeof(DexFile::Header)) { in ExportDexFile()1030 bool success = file->WriteFully(dex_file->Begin(), fsize); in ExportDexFile()1042 os << StringPrintf("Dex file exported at %s (%zd bytes)\n", out_dex_path.c_str(), fsize); in ExportDexFile()