Home
last modified time | relevance | path

Searched refs:open (Results 2626 - 2650 of 2966) sorted by relevance

1...<<101102103104105106107108109110>>...119

/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs827 pub open: __c_anonymous_posix_spawn_fae_open,
1271 self.open == other.open in eq()
1282 .field("open", &self.open) in fmt()
1293 self.open.hash(state); in hash()
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftobjs.c2598 /* here. That stream will still be open and the face will */ in ft_open_face_internal()
2758 FT_Open_Args open; in FT_EXPORT_DEF() local
2766 open.stream = NULL; in FT_EXPORT_DEF()
2767 open.flags = FT_OPEN_PATHNAME; in FT_EXPORT_DEF()
2768 open.pathname = (char*)filepathname; in FT_EXPORT_DEF()
2770 return FT_Attach_Stream( face, &open ); in FT_EXPORT_DEF()
/third_party/python/Lib/test/
H A Dtest_argparse.py96 with open(file_path, 'w', encoding="utf-8") as file:
1546 with open(path, 'w', encoding="utf-8") as file:
1576 with open(path, 'w', encoding="utf-8") as file:
1682 with open(os.path.join(self.temp_dir, file_name),
1704 file = open(os.path.join(self.temp_dir, 'good'), 'w', encoding="utf-8")
1723 with open(os.path.join(self.temp_dir, file_name),
1832 """Test that open (the builtin) is correctly called"""
1843 with mock.patch('builtins.open') as m:
5069 with open(path, 'r', encoding='utf-8') as f:
/third_party/elfutils/src/
H A Dobjdump.c237 int fd = open (fname, O_RDONLY); in process_file()
240 error (0, errno, _("cannot open %s"), fname); in process_file()
H A Dstack.c491 core_fd = open (arg, O_RDONLY); in parse_opt()
493 error (EXIT_BAD, errno, N_("Cannot open core file '%s'"), arg); in parse_opt()
/third_party/eudev/src/udev/
H A Dudev-event.c415 fd = open("/dev/null", O_RDWR); in spawn_exec()
423 log_error_errno(errno, "open /dev/null failed: %m"); in spawn_exec()
/third_party/curl/lib/vquic/
H A Dvquic.c560 * If the QLOGDIR environment variable is set, open and return a file
591 int qlogfd = open(Curl_dyn_ptr(&fname), QLOGMODE, in Curl_qlogdir()
/third_party/benchmark/src/
H A Dbenchmark.cc583 output_file.open(fname); in RunSpecifiedBenchmarks()
/third_party/cups-filters/filter/
H A Dtexttotext.c575 fd = open(filename, O_RDONLY); in main()
577 fprintf(stderr, "ERROR: Unable to open input text file %s\n", filename); in main()
/third_party/cups-filters/utils/
H A Ddriverless.c539 perror("ERROR: Unable to open ippfind output data stream"); in list_printers()
666 fd = open(ppdname, O_RDONLY); in generate_ppd()
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H A Dusbd_generic_epfile.c582 .open = generic_epfile_handle_open,
/third_party/libuv/src/unix/
H A Dsunos.c629 fd = open("/proc/self/psinfo", O_RDONLY); in uv_resident_set_memory()
/third_party/mbedtls/scripts/
H A Dabi_check.py309 with open(full_path) as fd:
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_kgsl.c224 fd = open(path, O_RDWR | O_CLOEXEC); in tu_enumerate_devices()
228 "failed to open device %s", path); in tu_enumerate_devices()
/third_party/mesa3d/src/asahi/lib/
H A Dgen_pack.py727 file = open(filename, "rb")
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_android.c64 .open = radv_hal_open,
/third_party/mesa3d/src/broadcom/cle/
H A Dgen_pack_header.py612 file = open(filename, "rb")
/third_party/mesa3d/src/amd/compiler/tests/
H A Dcheck_output.py424 for line in open(fname, 'r').readlines():
/third_party/node/lib/
H A Dchild_process.js178 p.open(fd);
/third_party/ntfs-3g/libntfs-3g/
H A Dxattrs.c421 fd = open(xattrmap_path,O_RDONLY); in ntfs_xattr_build_mapping()
436 ntfs_log_early_error("Could not open \"%s\"\n",xattrmap_path); in ntfs_xattr_build_mapping()
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsdump_logfile.c216 "open $LogFile (inode %i): %s\n", in logfile_open()
220 device_err_exit(vol, ni, NULL, "Failed to open " in logfile_open()
245 fd = open(filename, O_RDONLY); in logfile_open()
247 log_err_exit(NULL, "Failed to open file %s: %s\n", in logfile_open()
/third_party/node/test/fixtures/wpt/common/security-features/resources/
H A Dcommon.sub.js142 xhr.open('GET', url, true);
794 websocket.addEventListener("open", function(e) {
/third_party/nghttp2/examples/
H A Dlibevent-server.c559 fd = open(rel_path, O_RDONLY); in on_request_recv()
/third_party/mesa3d/src/intel/genxml/
H A Dgen_pack_header.py739 file = open(filename, "rb")
/third_party/libinput/test/
H A Dtest-udev.c39 fd = open(path, flags); in open_restricted()

Completed in 47 milliseconds

1...<<101102103104105106107108109110>>...119