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

/bionic/libc/bionic/
H A Dopen.cpp47 return open(pathname, O_CREAT | O_TRUNC | O_WRONLY, mode);
51 int open(const char* pathname, int flags, ...) { function
63 __strong_alias(open64, open);
67 __fortify_chk_fail("open(O_CREAT): called without specifying a mode", 0);
H A Dsystem_properties.cpp229 const int fd = open(filename, O_RDWR | O_CREAT | O_NOFOLLOW | O_CLOEXEC | O_EXCL, 0444);
318 int fd = open(filename, O_CLOEXEC | O_NOFOLLOW | O_RDONLY);
656 bool open(bool access_rw, bool* fsetxattr_failed);
748 bool context_node::open(bool access_rw, bool* fsetxattr_failed) { function in class:context_node
774 if (!check_access() || !open(false, nullptr)) {
846 cnode->open(false, nullptr);
1056 if (!l->open(true, &fsetxattr_failed)) {
/bionic/libc/include/
H A Dfcntl.h69 extern int open(const char*, int, ...);
90 extern int __open_real(const char*, int, ...) __RENAME(open); variable
101 int open(const char* pathname, int flags, ...) { function

Completed in 392 milliseconds