Searched refs:openat (Results 1 - 2 of 2) sorted by relevance
/interface/sdk_c/third_party/musl/ndk_musl_include/fortify/ |
H A D | fcntl.h | 36 int __openat_real(int, const char*, int, ...) __DIAGNOSE_RENAME(openat);
variable 64 int openat(int dirfd, const char* const __DIAGNOSE_PASS_OBJECT_SIZE path, int flags)
66 __DIAGNOSE_ERROR_IF(__DIAGNOSE_OPEN_MODES_USEFUL(flags), "'openat' " OPEN_TOO_FEW_ARGS_ERROR)
76 int openat(int dirfd, const char* const __DIAGNOSE_PASS_OBJECT_SIZE path, int flags, mode_t modes)
78 __DIAGNOSE_WARNING_IF(!__DIAGNOSE_OPEN_MODES_USEFUL(flags) && modes, "'openat' " OPEN_USELESS_MODES_WARNING)
|
/interface/sdk_c/third_party/musl/ndk_musl_include/ |
H A D | fcntl.h | 36 int openat(int, const char *, int, ...);
205 #define openat64 openat
|
Completed in 1 milliseconds