Home
last modified time | relevance | path

Searched refs:FlushCloseOutputFile (Results 1 – 1 of 1) sorted by relevance

/art/dex2oat/
Ddex2oat.cc2198 if (!FlushCloseOutputFile(&oat_files_[i])) { in CopyStrippedToUnstripped()
2235 bool FlushCloseOutputFile(std::unique_ptr<File>* file) { in FlushCloseOutputFile() function in art::FINAL
2262 result &= FlushCloseOutputFile(&(*files)[i]); in FlushCloseOutputFiles()