Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dopen.cpp46 int creat(const char* pathname, mode_t mode) { in creat() function
49 __strong_alias(creat64, creat);
/bionic/libc/include/
Dfcntl.h66 extern int creat(const char*, mode_t);
/bionic/tests/
Dfcntl_test.cpp67 ASSERT_EQ(-1, creat("", 0666)); in TEST()