/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
H A D | mod.rs | 827 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 D | ftobjs.c | 2598 /* 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 D | test_argparse.py | 96 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 D | objdump.c | 237 int fd = open (fname, O_RDONLY); in process_file() 240 error (0, errno, _("cannot open %s"), fname); in process_file()
|
H A D | stack.c | 491 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 D | udev-event.c | 415 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 D | vquic.c | 560 * 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 D | benchmark.cc | 583 output_file.open(fname); in RunSpecifiedBenchmarks()
|
/third_party/cups-filters/filter/ |
H A D | texttotext.c | 575 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 D | driverless.c | 539 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 D | usbd_generic_epfile.c | 582 .open = generic_epfile_handle_open,
|
/third_party/libuv/src/unix/ |
H A D | sunos.c | 629 fd = open("/proc/self/psinfo", O_RDONLY); in uv_resident_set_memory()
|
/third_party/mbedtls/scripts/ |
H A D | abi_check.py | 309 with open(full_path) as fd:
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_kgsl.c | 224 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 D | gen_pack.py | 727 file = open(filename, "rb")
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_android.c | 64 .open = radv_hal_open,
|
/third_party/mesa3d/src/broadcom/cle/ |
H A D | gen_pack_header.py | 612 file = open(filename, "rb")
|
/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | check_output.py | 424 for line in open(fname, 'r').readlines():
|
/third_party/node/lib/ |
H A D | child_process.js | 178 p.open(fd);
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | xattrs.c | 421 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 D | ntfsdump_logfile.c | 216 "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 D | common.sub.js | 142 xhr.open('GET', url, true); 794 websocket.addEventListener("open", function(e) {
|
/third_party/nghttp2/examples/ |
H A D | libevent-server.c | 559 fd = open(rel_path, O_RDONLY); in on_request_recv()
|
/third_party/mesa3d/src/intel/genxml/ |
H A D | gen_pack_header.py | 739 file = open(filename, "rb")
|
/third_party/libinput/test/ |
H A D | test-udev.c | 39 fd = open(path, flags); in open_restricted()
|