Home | History | Annotate | Download | only in dex2oat

Lines Matching full:create_file

815   bool create_file = !oat_unstripped.empty();  // as opposed to using open file descriptor
816 if (create_file) {
829 if (create_file && fchmod(oat_file->Fd(), 0644) != 0) {