Home | History | Annotate | Download | only in compiler

Lines Matching refs:_O_TEXT

137   if (_setmode(fd, _O_TEXT) == -1) {
139 GOOGLE_LOG(WARNING) << "_setmode(" << fd << ", _O_TEXT): " << strerror(errno);