Home
last modified time | relevance | path

Searched defs:fd1 (Results 1 – 5 of 5) sorted by relevance

/system/utest/fs-host/
A Dtest-basic.cpp14 int fd1 = emu_open("::alpha/bravo/charlie/delta/echo/foxtrot", O_RDWR | O_CREAT, 0644); in test_basic() local
/system/utest/fs/
A Dtest-basic.c27 int fd1 = open("::alpha/bravo/charlie/delta/echo/foxtrot", O_RDWR | O_CREAT, 0644); in test_basic() local
A Dtest-attr.c34 int fd1 = open("::file.txt", O_CREAT | O_RDWR, 0644); in test_attr() local
A Dtest-unlink.cpp85 int fd1 = open(path, O_RDWR | O_CREAT | O_EXCL, 0644); in TestUnlinkOpenElsewhere() local
/system/ulib/fdio/
A Dstubs.c51 static int check2fds(int fd1, int fd2, int err) { in check2fds()
207 int linkat(int fd1, const char* existing, int fd2, const char* new, int flag) { in linkat()

Completed in 86 milliseconds