Searched defs:fd2 (Results 1 - 10 of 10) sorted by relevance

/fuchsia/zircon/system/utest/fs-host/
H A Dtest-basic.cpp16 int fd2 = emu_open("::alpha/bravo/charlie/delta/echo/foxtrot", O_RDWR, 0644); local
H A Dtest-truncate.cpp49 int fd2 = emu_open(filename, O_RDWR | O_TRUNC, 0644); local
/fuchsia/zircon/system/utest/fs/
H A Dtest-basic.c29 int fd2 = open("::alpha/bravo/charlie/delta/echo/foxtrot", O_RDWR, 0644); local
H A Dtest-clone.cpp31 int fd2; local
H A Dtest-link.c56 int fd2 = open(newpath, O_RDONLY, 0644); local
198 int fd2 = open("::dir_parent_alt/dir_semi_parent/dir_child_a", O_RDWR | O_CREAT | O_EXCL, 0644); local
252 int fd2 = open(newpath, O_RDWR, 0644); local
[all...]
H A Dtest-unlink.cpp87 int fd2 = open(path, O_RDWR, 0644); local
H A Dtest-mmap.cpp193 int fd2 = open(kFilename, O_RDWR); local
H A Dtest-truncate.cpp61 int fd2 = open(filename, O_RDWR | O_TRUNC, 0644); local
/fuchsia/zircon/system/ulib/fdio/
H A Dbsdsocket.c265 int fd2; local
/fuchsia/zircon/third_party/ulib/musl/stubs/
H A Diostubs.c105 static int stub_linkat(int fd1, const char* existing, int fd2, const char* new, int flag) { argument

Completed in 83 milliseconds