Home
last modified time | relevance | path

Searched refs:open (Results 8776 - 8800 of 10205) sorted by relevance

1...<<351352353354355356357358359360>>...409

/third_party/eudev/src/cdrom_id/
H A Dcdrom_id.c924 fd = open(node, O_RDONLY|O_NONBLOCK|O_CLOEXEC|(is_mounted(node) ? 0 : O_EXCL)); in main()
932 log_debug("unable to open '%s'", node); in main()
933 fprintf(stderr, "unable to open '%s'\n", node); in main()
/third_party/exfatprogs/lib/
H A Dlibexfat.c146 fd = open(ui->dev_name, ui->writeable ? O_RDWR|O_EXCL : O_RDONLY); in exfat_get_blk_dev_info()
148 exfat_err("open failed : %s, %s\n", ui->dev_name, in exfat_get_blk_dev_info()
/third_party/elfutils/libdwfl/
H A Ddwfl_segment_report_module.c782 fd = open (name, O_RDONLY); in dwfl_segment_report_module()
/third_party/exfatprogs/exfat2img/
H A Dexfat2img.c138 ei->out_fd = open(out_path, O_CREAT | O_TRUNC | O_RDWR, 0664); in create_exfat2img()
145 exfat_err("failed to open %s: %s\n", out_path, in create_exfat2img()
951 exfat_err("failed to open %s\n", ui.dev_name); in main()
/third_party/curl/projects/
H A Dgenerate.bat210 echo Error: Cannot open %2
/third_party/alsa-utils/speaker-test/
H A Dspeaker-test.c725 if ((fd = open(wav_file[channel], O_RDONLY)) < 0) { in check_wav_file()
726 fprintf(stderr, _("Cannot open WAV file %s\n"), wav_file[channel]); in check_wav_file()
1226 printf(_("Playback open error: %d,%s\n"), err,snd_strerror(err)); in main()
/third_party/backends/backend/
H A Ddc210.c337 if ((camera->fd = open (camera->tty_name, O_RDWR)) == -1) in init_dc210()
339 DBG (2, "init_dc210: error: could not open %s for read/write\n", in init_dc210()
815 /* Device select/open/close */
/third_party/alsa-lib/src/ucm/
H A Ducm_subs.c540 fd = open(path, O_RDONLY); in rval_sysfs()
542 uc_error("sysfs open failed for '%s' (%d)", path, errno); in rval_sysfs()
/third_party/backends/backend/pixma/
H A Dpixma_common.c814 error = s->ops->open (s); in pixma_open()
1266 /* https://cromwell-intl.com/open-source/canon-pixma-printer-scanner.html */ in format_xml_response()
/third_party/backends/japi/
H A DJscanimage.java73 private int saneHandle; // Handle of open device.
196 int status = sane.open(name, handle); in initSaneDevice()
199 System.out.println("open() failed. Status= " + status); in initSaneDevice()
/third_party/cups-filters/filter/
H A Dpdftops.c125 fprintf(stderr, "ERROR: pdftops - cannot open print file \"%s\"\n", in parsePDFTOPDFComment()
240 fprintf(stderr, "ERROR: pdftops - cannot open print file \"%s\"\n", in is_empty()
1101 if ((fd = open(filename, O_RDONLY)))
/third_party/gn/src/gn/
H A Dohos_components_checker.cc447 file.open(build_dir_ + "/" + SCAN_RESULT_PATH + "/" + path, std::ios::app); in GenerateScanList()
/third_party/googletest/googletest/src/
H A Dgtest-port.cc214 const int fd = open("/proc/self/as", O_RDONLY);
1050 << "Unable to open temporary file " << temp_file_path;
1128 GTEST_LOG_(FATAL) << "Failed to open tmp file " << filename_
1268 // "GTEST_FOO" in the open-source version.
/third_party/libuv/src/unix/
H A Dprocess.c342 uv__close_nocheckstdio(fd); /* Free up fd, if it happens to be open. */ in uv__process_child_init()
343 use_fd = open("/dev/null", fd == 0 ? O_RDONLY : O_RDWR); in uv__process_child_init()
1024 * fail to open a stdio handle. This ensures we can eventually reap the child in uv_spawn()
/third_party/mesa3d/src/freedreno/decode/
H A Dpgmdump.c423 fd = open(filename, O_WRONLY | O_TRUNC | O_CREAT, 0644); in dump_raw_shader()
993 fprintf(stderr, "could not open: %s\n", infile); in main()
/third_party/littlefs/scripts/
H A Dcode.py136 return open(path, mode, buffering)
/third_party/mesa3d/src/gtest/src/
H A Dgtest-port.cc222 const int fd = open("/proc/self/as", O_RDONLY); in GetThreadCount()
1088 GTEST_CHECK_(captured_fd != -1) << "Unable to open temporary file "
1140 GTEST_LOG_(FATAL) << "Failed to open tmp file " << filename_
1273 // "GTEST_FOO" in the open-source version.
/third_party/node/lib/
H A Ddgram.js290 const ex = errnoException(err, 'open');
300 const err = state.handle.open(fd);
303 throw errnoException(err, 'open');
/third_party/node/deps/v8/tools/testrunner/
H A Dbase_runner.py258 with open(build_config_path) as f:
/third_party/node/src/
H A Dnode.cc514 // If EBADF (file descriptor doesn't exist), open /dev/null and duplicate in PlatformInit()
517 // descriptor open(2) gives us is the lowest available number anymore in in PlatformInit()
522 null_fd = open("/dev/null", O_RDWR); in PlatformInit()
606 // Raise the open file descriptor limit. in PlatformInit()
1173 "Cannot open %s for writing a snapshot.\n", in GenerateAndWriteSnapshotData()
1190 fprintf(stderr, "Cannot open %s", filename.c_str()); in LoadSnapshotDataAndRun()
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dxcode.py314 file = open('$TMPDIR/GYP_serialize_test_runs', 'a')
460 # multiple projects are open or when Xcode is busy, things don't work so
464 # sheet when an open project is rewritten for inconsequential changes, the
469 # being renamed over an open project file as a change and so it remains
1081 makefile = open(makefile_path, "w")
/third_party/node/deps/googletest/src/
H A Dgtest-port.cc220 const int fd = open("/proc/self/as", O_RDONLY);
1069 << "Unable to open temporary file " << temp_file_path;
1153 GTEST_LOG_(FATAL) << "Failed to open tmp file " << filename_
1293 // "GTEST_FOO" in the open-source version.
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dxcode.py314 file = open('$TMPDIR/GYP_serialize_test_runs', 'a')
460 # multiple projects are open or when Xcode is busy, things don't work so
464 # sheet when an open project is rewritten for inconsequential changes, the
469 # being renamed over an open project file as a change and so it remains
1081 makefile = open(makefile_path, "w")
/third_party/mesa3d/src/panfrost/lib/genxml/
H A Dgen_pack.py863 file = open(filename, "rb")
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/
H A Dcommands.c787 fd = open(filename, O_RDWR | O_CREAT, 0600); in create_file()

Completed in 44 milliseconds

1...<<351352353354355356357358359360>>...409