Searched defs:O_CLOEXEC (Results 1 - 3 of 3) sorted by relevance

/system/core/include/utils/
H A DCompat.h47 #define O_CLOEXEC O_NOINHERIT macro
/system/core/libutils/include/utils/
H A DCompat.h47 #define O_CLOEXEC O_NOINHERIT macro
/system/core/base/
H A Dfile.cpp41 #define O_CLOEXEC O_NOINHERIT macro
73 int flags = O_RDONLY | O_CLOEXEC | O_BINARY | (follow_symlinks ? 0 : O_NOFOLLOW);
107 int flags = O_WRONLY | O_CREAT | O_TRUNC | O_CLOEXEC | O_BINARY |
135 int flags = O_WRONLY | O_CREAT | O_TRUNC | O_CLOEXEC | O_BINARY |

Completed in 136 milliseconds