Home
last modified time | relevance | path

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

/system/utest/fs/
A Dtest-link.c56 int fd2 = open(newpath, O_RDONLY, 0644); in test_link_basic() local
198 int fd2 = open("::dir_parent_alt/dir_semi_parent/dir_child_a", O_RDWR | O_CREAT | O_EXCL, 0644); in test_link_count_rename() local
252 int fd2 = open(newpath, O_RDWR, 0644); in test_link_between_dirs() local
A Dtest-clone.cpp31 int fd2; in TestCloneSimple() local
A Dtest-basic.c29 int fd2 = open("::alpha/bravo/charlie/delta/echo/foxtrot", O_RDWR, 0644); in test_basic() local
A Dtest-unlink.cpp87 int fd2 = open(path, O_RDWR, 0644); in TestUnlinkOpenElsewhere() local
A Dtest-truncate.cpp61 int fd2 = open(filename, O_RDWR | O_TRUNC, 0644); in TestTruncateSmall() local
A Dtest-mmap.cpp193 int fd2 = open(kFilename, O_RDWR); in TestMmapShared() local
/system/utest/fs-host/
A Dtest-basic.cpp16 int fd2 = emu_open("::alpha/bravo/charlie/delta/echo/foxtrot", O_RDWR, 0644); in test_basic() local
A Dtest-truncate.cpp49 int fd2 = emu_open(filename, O_RDWR | O_TRUNC, 0644); in TestTruncateSmall() 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()
/system/utest/blobfs/
A Dblobfs.cpp1395 fbl::unique_fd fd2(open(info->path, O_CREAT | O_RDWR)); in EarlyRead() local

Completed in 19 milliseconds