Home
last modified time | relevance | path

Searched full:reopen (Results 1 – 25 of 144) sorted by relevance

123456

/third_party/flutter/flutter/examples/flutter_gallery/ios/fastlane/
DFastfile8 $stderr.reopen File.new('/dev/null', 'w')
9 $stdout.reopen File.new('/dev/null', 'w')
12 $stdout.reopen original_stdout
13 $stderr.reopen original_stderr
/third_party/flutter/glfw/tests/
DCMakeLists.txt29 add_executable(reopen reopen.c ${GLAD}) target
46 iconify joysticks monitors reopen cursor)
/third_party/musl/libc-test/src/functional/
Dsem_open.c31 "after reopen failure errno is \"%s\" (%d); want EEXIST (%d)\n", strerror(errno), errno, EEXIST); in main()
37 "could not reopen sem: got %p, want %p\n", sem2, sem); in main()
/third_party/skia/third_party/externals/oboe/docs/notes/
Ddisconnect.md16 An app may choose to reopen a stream in the onErrorAfterClose() method.
20 An app may then choose to reopen a stream.
/third_party/libwebsockets/plugins/
Dprotocol_lws_raw_test.c200 * The only way to handle it is to reopen the FIFO our in callback_raw_test()
204 if (n == 0) { /* peer closed - reopen in close processing */ in callback_raw_test()
220 * reopen the fifo and readopt in callback_raw_test()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Dcdjpeg.c122 fprintf(stderr, "Cannot reopen stdin\n"); in read_stdin()
140 fprintf(stderr, "Cannot reopen stdout\n"); in write_stdout()
/third_party/skia/third_party/externals/libjpeg-turbo/
Dcdjpeg.c133 fprintf(stderr, "Cannot reopen stdin\n"); in read_stdin()
151 fprintf(stderr, "Cannot reopen stdout\n"); in write_stdout()
/third_party/libjpeg-turbo/
Dcdjpeg.c133 fprintf(stderr, "Cannot reopen stdin\n"); in read_stdin()
151 fprintf(stderr, "Cannot reopen stdout\n"); in write_stdout()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Dudbgutil.h117 * Open (or reopen) a 'known issue' table.
126 * Open (or reopen) a 'known issue' table.
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/
Dudbgutil.h125 * Open (or reopen) a 'known issue' table.
134 * Open (or reopen) a 'known issue' table.
/third_party/node/deps/icu-small/source/tools/toolutil/
Dudbgutil.h117 * Open (or reopen) a 'known issue' table.
126 * Open (or reopen) a 'known issue' table.
/third_party/icu/icu4c/source/tools/toolutil/
Dudbgutil.h117 * Open (or reopen) a 'known issue' table.
126 * Open (or reopen) a 'known issue' table.
/third_party/flutter/flutter/.github/
Dno-response.yml14 any more information for us; we will reopen it right away!
/third_party/python/Doc/library/
Dtelnetlib.rst40 Do not reopen an already connected instance.
142 Do not try to reopen an already connected instance.
/third_party/ltp/testcases/kernel/syscalls/write/
Dwrite03.c15 * fail with some erroneous parameter, close the fd. Then reopen the
Dwrite06.c18 * Writing 2k data to the file, close it and reopen it with O_APPEND.
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
D14-2.c17 * 3. Reopen the file with shm_open() and O_RDWR set.
D1-1.c17 * 3. Reopen the file with shm_open().
D28-1.c17 * 3. Reopen the shared memory object and remap it.
/third_party/ejdb/src/tests/
Dejdb_test1.c175 // Now reopen db and check indexes in ejdb_test1_2()
277 // Now reopen database then load collection in ejdb_test1_1()
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavutils.h35 * So if ffmpeg encoder doesn't support it, we should reopen encoding session.
/third_party/ltp/testcases/kernel/syscalls/pwrite/
Dpwrite04.c13 * Writing 2k data to the file, close it and reopen it with O_APPEND.
/third_party/ltp/testcases/kernel/mem/mmapstress/
Dmmapstress07.c157 ERROR("couldn't reopen rofd for reading");
165 CLEANERROR("couldn't reopen rwfd for read/write");
/third_party/flutter/engine/flutter/tools/licenses/lib/
DREADME53 having to repeatedly reopen the same file many times in a row.
/third_party/flutter/skia/third_party/externals/libwebp/imageio/
Dimageio_util.h26 // Reopen file in binary (O_BINARY) mode.

123456