Home
last modified time | relevance | path

Searched refs:creat (Results 1 – 9 of 9) sorted by relevance

/bionic/libc/bionic/
Dopen.cpp51 int creat(const char* pathname, mode_t mode) { in creat() function
54 __strong_alias(creat64, creat);
/bionic/libc/
DSECCOMP_ALLOWLIST_APP.TXT27 int creat:creat(const char *pathname, mode_t mode) lp32
Dlibc.map.txt282 creat;
/bionic/tests/headers/posix/
Dfcntl_h.c114 FUNCTION(creat, int (*f)(const char*, mode_t)); in fcntl_h()
/bionic/libc/include/
Dfcntl.h114 int creat(const char* __path, mode_t __mode);
/bionic/tests/
Dfcntl_test.cpp77 ASSERT_EQ(-1, creat("", 0666)); in TEST()
Dstdio_test.cpp2669 ASSERT_EQ(0, close(creat(old_path.c_str(), 0666))); in TEST()
2687 ASSERT_EQ(0, close(creat(old_path.c_str(), 0666))); in TEST()
2708 ASSERT_EQ(0, close(creat(old_path.c_str(), 0666))); in TEST()
2719 ASSERT_EQ(0, close(creat(old_path.c_str(), 0666))); in TEST()
/bionic/libc/tools/
Dposix-2013.txt147 creat
/bionic/tools/versioner/platforms/
Dlibc.map.txt282 creat;