Searched refs:oflag_actual (Results 1 - 1 of 1) sorted by path

/libcore/ojluni/src/main/native/
H A DInheritedChannel.c129 int oflag_actual; local
134 oflag_actual = O_RDWR;
137 oflag_actual = O_RDONLY;
140 oflag_actual = O_WRONLY;
151 int fd = open(str, oflag_actual);

Completed in 27 milliseconds