Searched refs:create_file (Results 1 – 1 of 1) sorted by relevance
1094 bool create_file = !oat_unstripped_.empty(); // as opposed to using open file descriptor in OpenFile() local1095 if (create_file) { in OpenFile()1115 if (create_file && fchmod(oat_file_->Fd(), 0644) != 0) { in OpenFile()