Searched defs:fd2 (Results 1 – 10 of 10) sorted by relevance
| /system/utest/fs/ |
| A D | test-link.c | 56 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 D | test-clone.cpp | 31 int fd2; in TestCloneSimple() local
|
| A D | test-basic.c | 29 int fd2 = open("::alpha/bravo/charlie/delta/echo/foxtrot", O_RDWR, 0644); in test_basic() local
|
| A D | test-unlink.cpp | 87 int fd2 = open(path, O_RDWR, 0644); in TestUnlinkOpenElsewhere() local
|
| A D | test-truncate.cpp | 61 int fd2 = open(filename, O_RDWR | O_TRUNC, 0644); in TestTruncateSmall() local
|
| A D | test-mmap.cpp | 193 int fd2 = open(kFilename, O_RDWR); in TestMmapShared() local
|
| /system/utest/fs-host/ |
| A D | test-basic.cpp | 16 int fd2 = emu_open("::alpha/bravo/charlie/delta/echo/foxtrot", O_RDWR, 0644); in test_basic() local
|
| A D | test-truncate.cpp | 49 int fd2 = emu_open(filename, O_RDWR | O_TRUNC, 0644); in TestTruncateSmall() 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()
|
| /system/utest/blobfs/ |
| A D | blobfs.cpp | 1395 fbl::unique_fd fd2(open(info->path, O_CREAT | O_RDWR)); in EarlyRead() local
|
Completed in 19 milliseconds