Home
last modified time | relevance | path

Searched refs:create_file (Results 1 – 1 of 1) sorted by relevance

/art/dex2oat/
Ddex2oat.cc1181 bool create_file = oat_fd_ == -1; // as opposed to using open file descriptor in OpenFile() local
1182 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()