/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
fcntl.h | 47 #define O_NOINHERIT _O_NOINHERIT
|
/system/core/libutils/include/utils/ |
Compat.h | 47 #define O_CLOEXEC O_NOINHERIT
|
/frameworks/base/tools/aapt2/io/ |
FileStream.cpp | 31 #define O_CLOEXEC O_NOINHERIT
|
/external/python/cpython2/RISCOS/Modules/ |
riscosmodule.c | 493 #ifdef O_NOINHERIT 495 if (ins(d, "O_NOINHERIT", (long)O_NOINHERIT)) return -1;
|
/system/core/base/ |
file.cpp | 41 #define O_CLOEXEC O_NOINHERIT
|
/external/python/cpython3/PC/ |
_msi.c | 58 int result = _open(pszFile, oflag | O_NOINHERIT, pmode); 182 return _open(pszName, _O_RDONLY | _O_BINARY | O_NOINHERIT);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
tempfile.py | 65 if hasattr(_os, 'O_NOINHERIT'):
66 _text_openflags |= _os.O_NOINHERIT
|
/external/python/cpython2/Lib/ |
tempfile.py | 66 if hasattr(_os, 'O_NOINHERIT'): 67 _text_openflags |= _os.O_NOINHERIT
|
/external/python/cpython3/Modules/_io/ |
fileio.c | 365 flags |= O_NOINHERIT; [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
tempfile.py | 66 if hasattr(_os, 'O_NOINHERIT'): 67 _text_openflags |= _os.O_NOINHERIT
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
tempfile.py | 66 if hasattr(_os, 'O_NOINHERIT'): 67 _text_openflags |= _os.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
|
/external/python/cpython3/Python/ |
fileutils.c | 940 flags |= O_NOINHERIT; [all...] |
/external/python/cpython3/PC/bdist_wininst/ |
install.c | 754 fh = open(pathname, _O_RDONLY | O_NOINHERIT); [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/ |
edk2module.c | [all...] |
/external/python/cpython3/Modules/ |
posixmodule.c | [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/ |
edk2module.c | [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
posixmodule.c | [all...] |
/external/python/cpython2/Modules/ |
posixmodule.c | [all...] |