HomeSort by relevance Sort by last modified time
    Searched refs:O_NOINHERIT (Results 1 - 6 of 6) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fcntl.h 47 #define O_NOINHERIT _O_NOINHERIT
  /external/bison/lib/
fcntl.in.h 194 #if !defined O_CLOEXEC && defined O_NOINHERIT
195 /* Mingw spells it 'O_NOINHERIT'. */
196 # define O_CLOEXEC O_NOINHERIT
  /external/bison/darwin-lib/
fcntl.h 506 #if !defined O_CLOEXEC && defined O_NOINHERIT
507 /* Mingw spells it 'O_NOINHERIT'. */
508 # define O_CLOEXEC O_NOINHERIT
  /external/bison/linux-lib/
fcntl.h 506 #if !defined O_CLOEXEC && defined O_NOINHERIT
507 /* Mingw spells it 'O_NOINHERIT'. */
508 # define O_CLOEXEC O_NOINHERIT
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tempfile.py 66 if hasattr(_os, 'O_NOINHERIT'):
67 _text_openflags |= _os.O_NOINHERIT
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tempfile.py 66 if hasattr(_os, 'O_NOINHERIT'):
67 _text_openflags |= _os.O_NOINHERIT

Completed in 1095 milliseconds