Searched full:reopen (Results 1 – 25 of 144) sorted by relevance
123456
| /third_party/flutter/flutter/examples/flutter_gallery/ios/fastlane/ |
| D | Fastfile | 8 $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/ |
| D | CMakeLists.txt | 29 add_executable(reopen reopen.c ${GLAD}) target 46 iconify joysticks monitors reopen cursor)
|
| /third_party/musl/libc-test/src/functional/ |
| D | sem_open.c | 31 "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/ |
| D | disconnect.md | 16 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/ |
| D | protocol_lws_raw_test.c | 200 * 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/ |
| D | cdjpeg.c | 122 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/ |
| D | cdjpeg.c | 133 fprintf(stderr, "Cannot reopen stdin\n"); in read_stdin() 151 fprintf(stderr, "Cannot reopen stdout\n"); in write_stdout()
|
| /third_party/libjpeg-turbo/ |
| D | cdjpeg.c | 133 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/ |
| D | udbgutil.h | 117 * 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/ |
| D | udbgutil.h | 125 * Open (or reopen) a 'known issue' table. 134 * Open (or reopen) a 'known issue' table.
|
| /third_party/node/deps/icu-small/source/tools/toolutil/ |
| D | udbgutil.h | 117 * Open (or reopen) a 'known issue' table. 126 * Open (or reopen) a 'known issue' table.
|
| /third_party/icu/icu4c/source/tools/toolutil/ |
| D | udbgutil.h | 117 * Open (or reopen) a 'known issue' table. 126 * Open (or reopen) a 'known issue' table.
|
| /third_party/flutter/flutter/.github/ |
| D | no-response.yml | 14 any more information for us; we will reopen it right away!
|
| /third_party/python/Doc/library/ |
| D | telnetlib.rst | 40 Do not reopen an already connected instance. 142 Do not try to reopen an already connected instance.
|
| /third_party/ltp/testcases/kernel/syscalls/write/ |
| D | write03.c | 15 * fail with some erroneous parameter, close the fd. Then reopen the
|
| D | write06.c | 18 * 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/ |
| D | 14-2.c | 17 * 3. Reopen the file with shm_open() and O_RDWR set.
|
| D | 1-1.c | 17 * 3. Reopen the file with shm_open().
|
| D | 28-1.c | 17 * 3. Reopen the shared memory object and remap it.
|
| /third_party/ejdb/src/tests/ |
| D | ejdb_test1.c | 175 // 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/ |
| D | gstavutils.h | 35 * So if ffmpeg encoder doesn't support it, we should reopen encoding session.
|
| /third_party/ltp/testcases/kernel/syscalls/pwrite/ |
| D | pwrite04.c | 13 * Writing 2k data to the file, close it and reopen it with O_APPEND.
|
| /third_party/ltp/testcases/kernel/mem/mmapstress/ |
| D | mmapstress07.c | 157 ERROR("couldn't reopen rofd for reading"); 165 CLEANERROR("couldn't reopen rwfd for read/write");
|
| /third_party/flutter/engine/flutter/tools/licenses/lib/ |
| D | README | 53 having to repeatedly reopen the same file many times in a row.
|
| /third_party/flutter/skia/third_party/externals/libwebp/imageio/ |
| D | imageio_util.h | 26 // Reopen file in binary (O_BINARY) mode.
|
123456