Searched refs:creat (Results 1 – 9 of 9) sorted by relevance
/bionic/libc/bionic/ |
D | open.cpp | 51 int creat(const char* pathname, mode_t mode) { in creat() function 54 __strong_alias(creat64, creat);
|
/bionic/libc/ |
D | SECCOMP_ALLOWLIST_APP.TXT | 27 int creat:creat(const char *pathname, mode_t mode) lp32
|
D | libc.map.txt | 282 creat;
|
/bionic/tests/headers/posix/ |
D | fcntl_h.c | 114 FUNCTION(creat, int (*f)(const char*, mode_t)); in fcntl_h()
|
/bionic/libc/include/ |
D | fcntl.h | 114 int creat(const char* __path, mode_t __mode);
|
/bionic/tests/ |
D | fcntl_test.cpp | 77 ASSERT_EQ(-1, creat("", 0666)); in TEST()
|
D | stdio_test.cpp | 2669 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/ |
D | posix-2013.txt | 147 creat
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 282 creat;
|