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