Searched refs:_get_osfflags (Results 1 - 1 of 1) sorted by relevance

/external/stlport/src/details/
H A Dfstream_win32io.cpp129 static ios_base::openmode _get_osfflags(int fd, HANDLE oshandle) { function
168 static ios_base::openmode _get_osfflags(int fd, HANDLE oshandle) {
311 _M_openmode = _get_osfflags(-1, __id);
346 _M_openmode = _get_osfflags(file_no, oshandle);

Completed in 57 milliseconds