Searched defs:fd1 (Results 1 – 5 of 5) sorted by relevance
| /system/utest/fs-host/ |
| A D | test-basic.cpp | 14 int fd1 = emu_open("::alpha/bravo/charlie/delta/echo/foxtrot", O_RDWR | O_CREAT, 0644); in test_basic() local
|
| /system/utest/fs/ |
| A D | test-basic.c | 27 int fd1 = open("::alpha/bravo/charlie/delta/echo/foxtrot", O_RDWR | O_CREAT, 0644); in test_basic() local
|
| A D | test-attr.c | 34 int fd1 = open("::file.txt", O_CREAT | O_RDWR, 0644); in test_attr() local
|
| A D | test-unlink.cpp | 85 int fd1 = open(path, O_RDWR | O_CREAT | O_EXCL, 0644); in TestUnlinkOpenElsewhere() local
|
| /system/ulib/fdio/ |
| A D | stubs.c | 51 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