Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc1094 bool create_file = !oat_unstripped_.empty(); // as opposed to using open file descriptor in OpenFile() local
1095 if (create_file) { in OpenFile()
1115 if (create_file && fchmod(oat_file_->Fd(), 0644) != 0) { in OpenFile()