Searched defs:expect (Results 1 - 1 of 1) sorted by relevance

/art/patchoat/
H A Dpatchoat.cc314 size_t expect = oat_file_->Size(); local
315 if (out->WriteFully(reinterpret_cast<char*>(oat_file_->Begin()), expect) &&
316 out->SetLength(expect) == 0) {
333 size_t expect = image_->Size(); local
334 if (out->WriteFully(reinterpret_cast<char*>(image_->Begin()), expect) &&
335 out->SetLength(expect) == 0) {

Completed in 52 milliseconds