Searched defs:tofd (Results 1 - 5 of 5) sorted by relevance
| /third_party/musl/libc-test/src/functionalext/supplement/linux/ |
| H A D | sendfile.c | 49 int tofd = open(tofile, O_WRONLY | O_CREAT, TEST_MODE); in sendfile_0100() local 84 int tofd = -1; in sendfile_0200() local
|
| H A D | splice.c | 43 int tofd = open(tofile, O_RDWR | O_CREAT, TEST_MODE); in splice_0100() local
|
| /kernel/linux/linux-5.10/tools/perf/util/ |
| H A D | copyfile.c | 76 int fromfd, tofd; in copyfile_mode_ns() local
|
| /kernel/linux/linux-6.6/tools/perf/util/ |
| H A D | copyfile.c | 76 int fromfd, tofd; in copyfile_mode_ns() local
|
| /test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
| H A D | sendfilendk.cpp | 46 int tofd = open("/data/storage/el2/base/files/test2.txt", O_WRONLY | O_CREAT, TEST_MODE);
in Sendfile() local 53 int tofd = MINUSONE;
in Sendfile() local 75 int tofd = open(toFile, O_CREAT | O_RDWR, PARAM_0777);
in Sendfile64() local 85 int tofd = MINUSONE;
in Sendfile64() local [all...] |
Completed in 2 milliseconds