Home | History | Annotate | Download | only in dex2oat

Lines Matching refs:create_file

1195     bool create_file = oat_fd_ == -1;  // as opposed to using open file descriptor
1196 if (create_file) {
1203 if (create_file && fchmod(oat_file->Fd(), 0644) != 0) {
1220 if (create_file && fchmod(oat_file->Fd(), 0644) != 0) {