Searched refs:create_file (Results 1 – 1 of 1) sorted by relevance
1181 bool create_file = oat_fd_ == -1; // as opposed to using open file descriptor in OpenFile() local1182 if (create_file) { in OpenFile()1189 if (create_file && fchmod(oat_file->Fd(), 0644) != 0) { in OpenFile()1206 if (create_file && fchmod(oat_file->Fd(), 0644) != 0) { in OpenFile()