/third_party/eudev/src/cdrom_id/ |
H A D | cdrom_id.c | 924 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 D | libexfat.c | 146 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 D | dwfl_segment_report_module.c | 782 fd = open (name, O_RDONLY); in dwfl_segment_report_module()
|
/third_party/exfatprogs/exfat2img/ |
H A D | exfat2img.c | 138 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 D | generate.bat | 210 echo Error: Cannot open %2
|
/third_party/alsa-utils/speaker-test/ |
H A D | speaker-test.c | 725 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 D | dc210.c | 337 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 D | ucm_subs.c | 540 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 D | pixma_common.c | 814 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 D | Jscanimage.java | 73 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 D | pdftops.c | 125 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 D | ohos_components_checker.cc | 447 file.open(build_dir_ + "/" + SCAN_RESULT_PATH + "/" + path, std::ios::app);
in GenerateScanList()
|
/third_party/googletest/googletest/src/ |
H A D | gtest-port.cc | 214 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 D | process.c | 342 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 D | pgmdump.c | 423 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 D | code.py | 136 return open(path, mode, buffering)
|
/third_party/mesa3d/src/gtest/src/ |
H A D | gtest-port.cc | 222 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 D | dgram.js | 290 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 D | base_runner.py | 258 with open(build_config_path) as f:
|
/third_party/node/src/ |
H A D | node.cc | 514 // 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 D | xcode.py | 314 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 D | gtest-port.cc | 220 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 D | xcode.py | 314 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 D | gen_pack.py | 863 file = open(filename, "rb")
|
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
H A D | commands.c | 787 fd = open(filename, O_RDWR | O_CREAT, 0600); in create_file()
|