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