Home
last modified time | relevance | path

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

/external/fmtlib/test/
Dposix-mock.h56 int* pfh, const char *filename, int oflag, int shflag, int pmode);
Dposix-mock-test.cc91 int* pfh, const char *filename, int oflag, int shflag, int pmode) { in sopen_s() argument
93 return _sopen_s(pfh, filename, oflag, shflag, pmode); in sopen_s()
/external/webrtc/webrtc/base/
Dstream.cc357 int shflag, int* error) { in OpenShare() argument
362 file_ = _wfsopen(wfilename.c_str(), ToUtf16(mode).c_str(), shflag); in OpenShare()
Dstream.h378 int shflag, int* error);