Searched defs:fromfd (Results 1 - 8 of 8) sorted by relevance
| /third_party/musl/libc-test/src/functionalext/supplement/linux/ |
| H A D | sendfile.c | 44 int fromfd = open(fromfile, O_RDONLY); in sendfile_0100() local 83 int fromfd = -1; in sendfile_0200() local
|
| H A D | splice.c | 38 int fromfd = open(fromfile, O_RDWR | O_CREAT, TEST_MODE); in splice_0100() local 83 int fromfd = open(path, O_RDONLY); in splice_0200() local [all...] |
| /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 | 45 int fromfd = open("/data/storage/el2/base/files/test1.txt", O_RDONLY);
in Sendfile() local 52 int fromfd = MINUSONE;
in Sendfile() local 74 int fromfd = open(fromFile, O_CREAT | O_RDWR, PARAM_0777);
in Sendfile64() local 84 int fromfd = MINUSONE; Sendfile64() local [all...] |
| /kernel/linux/linux-5.10/tools/testing/selftests/capabilities/ |
| H A D | test_execve.c | 154 static void copy_fromat_to(int fromfd, const char *fromname, const char *toname) in copy_fromat_to() argument
|
| /kernel/linux/linux-6.6/tools/testing/selftests/capabilities/ |
| H A D | test_execve.c | 154 static void copy_fromat_to(int fromfd, const char *fromname, const char *toname) in copy_fromat_to() argument
|
| /third_party/python/Lib/ |
| H A D | socket.py | 540 def fromfd(fd, family, type, proto=0): function
|
Completed in 4 milliseconds