| /kernel/linux/linux-6.6/samples/pidfd/ |
| H A D | pidfd-metadata.c | 112 bytes = write(STDOUT_FILENO, buf, bytes); in main()
|
| /kernel/liteos_a/apps/perf/src/ |
| H A D | perf.c | 123 return write(fd, attr, sizeof(PerfConfigAttr)); in PerfConfig()
|
| H A D | perf_record.c | 125 ssize_t writeThisTime = write(fd, buf, totalToWrite); in PerfWriteFile() 127 printf("failed to write file [%s], %s!\n", filePath, strerror(errno)); in PerfWriteFile()
|
| /kernel/liteos_a/apps/trace/src/ |
| H A D | trace.c | 66 printf("\nUsage: ./trace [write type id params..] Write a user event, no more than 3 parameters.\n"); in TraceUsage() 104 (void)write(fd, &info, sizeof(UsrEventInfo)); in TraceWrite() 132 } else if (argc >= 4 && strcmp(argv[1], "write") == 0) { /* 4, argv num, no special meaning */ in main()
|
| /kernel/liteos_a/testsuites/unittest/container/smoke/ |
| H A D | It_time_container_002.cpp | 92 ret = write(fd, timeOff, strLen); in WriteProcTime()
|
| /kernel/liteos_a/testsuites/unittest/extended/liteipc/smoke/ |
| H A D | liteipc_test_001.cpp | 78 /* testing read/write api */ in LiteIpcTest() 82 ret = write(fd, buf, 10); // 10: size of buf in LiteIpcTest()
|
| /kernel/liteos_a/testsuites/unittest/extended/signal/full/ |
| H A D | It_ipc_fdclr_001.cpp | 49 ret = write(pipeFd[i][1], "aloha world", TAR_STR_LEN); in Testcase() 50 printf("write first status: %d\n", ret); in Testcase()
|
| /test/testfwk/xdevice/plugins/devicetest/report/ |
| H A D | generation.py | 97 html_f.write(template.render(kwargs))
|
| /test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
| H A D | sendfilendk.cpp | 76 write(fromfd, text, len);
in Sendfile64()
|
| H A D | utmpndk.cpp | 88 write(fp, "/data/storage/el2/base/files/Fzl.txt", sizeof("/data/storage/el2/base/files/Fzl.txt"));
in Utmpname()
|
| /test/xts/hats/kernel/syscalls/fileio/tee/ |
| H A D | TeeApiTest.cpp | 77 ssize_t size = write(pipeFd1[1], TEST_DATA, TEST_DATA_LEN); in HWTEST_F()
|
| /test/xts/hats/kernel/syscalls/fileio/readlinkat/ |
| H A D | ReadlinkatApiTest.cpp | 81 write(fd, data, strlen(data)); in HWTEST_F()
|
| /third_party/f2fs-tools/scripts/ |
| H A D | verify.sh | 55 $XFSTESTS/ltp/fsstress -x "echo 3 > /proc/sys/vm/drop_caches && sleep 1" -X 1 -r -f fsync=8 -f sync=0 -f write=8 -f dwrite=2 -f truncate=6 -f allocsp=0 -f bulkstat=0 -f bulkstat1=0 -f freesp=0 -f zero=1 -f collapse=1 -f insert=1 -f resvsp=0 -f unresvsp=0 -S t -p 10 -n $2 -d $1 >/dev/null
|
| H A D | spo_test.sh | 56 $F2FS_DIR/stress_test/fsstress/fsstress -z -f link=0 -f mkdir=3 -f mknod=3 -f rmdir=2 -f symlink=3 -f truncate=4 -f write=10 -f creat=10 -f unlink=5 -f rename=5 -f fsync=10 -p 10 -n 10000 -l 0 -d $MNT &
|
| /third_party/curl/tests/ |
| H A D | dictserver.py | 63 f.write(str(pid))
|
| /third_party/ffmpeg/libavcodec/x86/ |
| H A D | svq1enc.asm | 18 ;* License along with FFmpeg; if not, write to the Free Software
|
| H A D | vorbisdsp.asm | 18 ;* License along with FFmpeg; if not, write to the Free Software
|
| H A D | dnxhdenc.asm | 19 ;* License along with FFmpeg; if not, write to the Free Software
|
| H A D | g722dsp.asm | 19 ;* License along with FFmpeg; if not, write to the Free Software
|
| H A D | proresdsp.asm | 21 ;* License along with FFmpeg; if not, write to the Free Software
|
| /third_party/ffmpeg/libavdevice/ |
| H A D | v4l2enc.c | 17 * License along with FFmpeg; if not, write to the Free Software 95 if (write(s->fd, pkt->data, pkt->size) == -1) in write_packet()
|
| /third_party/ffmpeg/libavfilter/x86/ |
| H A D | scene_sad.asm | 21 ;* License along with FFmpeg; if not, write to the Free Software
|
| H A D | vf_pp7.asm | 19 ;* with FFmpeg; if not, write to the Free Software Foundation, Inc.,
|
| /third_party/ffmpeg/libavutil/x86/ |
| H A D | imgutils.asm | 17 ;* License along with FFmpeg; if not, write to the Free Software
|
| H A D | fixed_dsp.asm | 19 ;* License along with FFmpeg; if not, write to the Free Software
|