Home
last modified time | relevance | path

Searched refs:fsync (Results 1 – 25 of 220) sorted by relevance

123456789

/external/skia/tools/fonts/
Dcreate_test_font_color.cpp24 cbdt.fsync(); in main()
29 sbix.fsync(); in main()
34 colr.fsync(); in main()
/external/skqp/tools/fonts/
Dcreate_test_font_color.cpp24 cbdt.fsync(); in main()
29 sbix.fsync(); in main()
34 colr.fsync(); in main()
/external/ltp/testcases/kernel/io/ltp-aiodio/
Dltp-diorh.c75 fsync(fd); in do_buffered_writes()
144 fsync(fd); in main()
164 fsync(fd); in main()
167 fsync(fd); in main()
Ddirty.c53 fsync(fd); in main()
/external/f2fs-tools/scripts/
Dspo_test.sh27 echo Start checking F2FS without fsync
34 echo Start checking F2FS with fsync
56 …ymlink=3 -f truncate=4 -f write=10 -f creat=10 -f unlink=5 -f rename=5 -f fsync=10 -p 10 -n 10000 …
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fsync/
Dcoverage.txt1 This document defines the coverage for the fsync() function:
18 It is reasonable to assert that the key aspects of fsync( ) are unreasonable to test in a test
24 unreasonable to omit testing for fsync( ), allowing it to be treated as a
D5-1.c30 if (fsync(fd) == -1 && errno == EBADF) { in main()
D7-1.c40 if (fsync(fd[1]) == -1 && errno == EINVAL) { in main()
/external/u-boot/board/amlogic/odroid-c2/
DREADME59 > dd if=$BL1 of=$DEV conv=fsync bs=1 count=442
60 > dd if=$BL1 of=$DEV conv=fsync bs=512 skip=1 seek=1
61 > dd if=$DIR/u-boot.gxbb of=$DEV conv=fsync bs=512 seek=97
/external/ltp/testcases/kernel/fs/fs_di/
Dfrag.c99 fsync(fd1); in main()
100 fsync(fd2); in main()
/external/ltp/testcases/kernel/fs/ftest/
Dftest04.c410 fsync(fd); in dotest()
455 fsync(fd); in dotest()
471 if (fsync(fd) < 0) { in domisc()
Dftest08.c427 fsync(fd); in dotest()
475 fsync(fd); in dotest()
503 if (fsync(fd) < 0) { in domisc()
Dftest01.c434 fsync(fd); in dotest()
459 fsync(fd); in dotest()
482 if (fsync(fd) < 0) { in domisc()
Dftest05.c423 fsync(fd); in dotest()
449 fsync(fd); in dotest()
473 if (fsync(fd) < 0) { in domisc()
Dftest07.c501 fsync(fd); in dotest()
526 fsync(fd); in dotest()
549 if (fsync(fd) < 0) { in domisc()
Dftest03.c506 fsync(fd); in dotest()
532 fsync(fd); in dotest()
555 if (fsync(fd) < 0) { in domisc()
/external/strace/tests-m32/
Dfsync-y.gen.test4 run_strace_match_diff -y -e trace=fsync
Ddev-yy.gen.test4 run_strace_match_diff -a30 -e trace=openat,fsync -P "/dev/full" -P "/dev/zero" -P "/dev/sda" -yy
/external/strace/tests-mx32/
Dfsync-y.gen.test4 run_strace_match_diff -y -e trace=fsync
Ddev-yy.gen.test4 run_strace_match_diff -a30 -e trace=openat,fsync -P "/dev/full" -P "/dev/zero" -P "/dev/sda" -yy
/external/strace/tests/
Dfsync-y.gen.test4 run_strace_match_diff -y -e trace=fsync
Ddev-yy.gen.test4 run_strace_match_diff -a30 -e trace=openat,fsync -P "/dev/full" -P "/dev/zero" -P "/dev/sda" -yy
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/unistd_h/
D1-1-buildonly.c19 dummyvar = fsync; in dummyfcn()
/external/e2fsprogs/doc/RelNotes/
Dv1.44.3.txt75 occurred before the file or block device was opened via fsync() or
77 around this by calling fsync() immediately after the file or block
80 Filefrag will no longer ignore errors returned by fsync.
/external/toybox/toys/other/
Dfsync.c25 if (((toys.optflags & FLAG_d) ? fdatasync(fd) : fsync(fd))) in do_fsync()

123456789