Home
last modified time | relevance | path

Searched refs:open (Results 2801 - 2825 of 3563) sorted by relevance

1...<<111112113114115116117118119120>>...143

/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dandroid.py139 self.fp = open(output_filename, "w")
1076 root_makefile = open(makefile_path, "w")
/third_party/node/tools/inspector_protocol/jinja2/
H A Denvironment.py689 f = open(os.path.join(target, filename), mode)
1219 fp = open(fp, 'wb')
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsusermap.c221 fprintf(stderr,"Could not open \"%s\"\n",volume); in open_volume()
232 fprintf(stderr,"A volume is already open\n"); in open_volume()
834 fn = open(fullname,O_CREAT + O_TRUNC + O_WRONLY + O_BINARY, in outputmap()
837 fn = open(fullname,O_CREAT + O_TRUNC + O_WRONLY, in outputmap()
/third_party/musl/src/malloc/liteos_a/user_debug/
H A Dmemory_check.c261 mem_stat.fd = open(mem_stat.f_path_buf, O_RDWR | O_CREAT); in get_file()
758 mem_stat.fd = open(mem_stat.f_path_buf, O_RDWR | O_CREAT | O_EXCL); in mem_check_init()
/third_party/nghttp2/src/
H A Dshrpx_log.cc886 LOG(ERROR) << "Failed to open accesslog file " << accessconf.file; in reopen_log_files()
896 LOG(ERROR) << "Failed to open errorlog file " << errorconf.file; in reopen_log_files()
898 std::cerr << "Failed to open errorlog file " << errorconf.file in reopen_log_files()
987 auto fd = open(path, O_WRONLY | O_APPEND | O_CREAT | O_CLOEXEC, in open_log_file()
992 open(path, O_WRONLY | O_APPEND | O_CREAT, S_IRUSR | S_IWUSR | S_IRGRP); in open_log_file()
/third_party/musl/porting/liteos_a/user_debug/src/malloc/
H A Dmemory_check.c246 mem_stat.fd = open(mem_stat.f_path_buf, O_RDWR | O_CREAT); in get_file()
743 mem_stat.fd = open(mem_stat.f_path_buf, O_RDWR | O_CREAT | O_EXCL); in mem_check_init()
/third_party/mesa3d/src/intel/perf/
H A Dgen_perf.py754 c_file = open(args.code, 'w')
755 header_file = open(args.header, 'w')
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dandroid.py139 self.fp = open(output_filename, "w")
1076 root_makefile = open(makefile_path, "w")
/third_party/libinput/test/
H A Dtest-misc.c39 int fd = open(path, flags); in open_restricted()
620 fd = open(path, O_RDWR | O_NONBLOCK | O_CLOEXEC); in START_TEST()
636 /* Device is removed, but fd is still open. Queue an event, add a in START_TEST()
H A Dtest-path.c50 fd = open(path, flags); in open_restricted_count()
71 int fd = open(path, flags); in open_restricted()
/third_party/libinput/tools/
H A Dlibinput-record-verify-yaml.py41 with open(cls.filename) as f:
104 with open("/sys/class/dmi/id/modalias") as f:
/third_party/littlefs/scripts/
H A Dstack.py130 return open(path, mode, buffering)
170 with open(path) as f:
/third_party/node/deps/uv/src/unix/
H A Daix.c581 *fd = open(mon_file, O_CREAT|O_RDWR); in uv__setup_ahafs()
1001 fd = open(pp, O_RDONLY); in uv_resident_set_memory()
/third_party/python/Lib/test/test_asyncio/
H A Dtest_sendfile.py111 with open(os_helper.TESTFN, 'wb') as fp:
121 self.file = open(os_helper.TESTFN, 'rb')
/third_party/skia/third_party/externals/jinja2/
H A Denvironment.py753 with open(os.path.join(target, filename), "wb") as f:
1305 fp = open(fp, "wb")
/third_party/skia/third_party/externals/dawn/generator/
H A Ddawn_json_generator.py742 with open(args.dawn_json) as f:
749 with open(args.wire_json) as f:
/third_party/skia/third_party/externals/freetype/src/pshinter/
H A Dpshrec.c1139 funcs->open = (T1_Hints_OpenFunc) t1_hints_open; in t1_hints_funcs_init()
1205 funcs->open = (T2_Hints_OpenFunc) t2_hints_open; in t2_hints_funcs_init()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-tag-table.py395 with open (filename, encoding='utf-8') as f:
534 with open (filename, encoding='utf-8') as f:
/third_party/python/Doc/tools/extensions/
H A Dpyspecific.py496 with io.open(fpath, encoding='utf-8') as fp:
565 f = open(path.join(self.outdir, 'topics.py'), 'wb')
/third_party/python/Lib/test/
H A Dtest_interpreters.py19 with open({w}, 'w', encoding='utf-8') as spipe:
23 return wrapped, open(r, encoding='utf-8')
49 with open({r}) as rpipe:
58 with open(w, 'w') as spipe:
426 with open('{file.name}', 'w', encoding='utf-8') as out:
H A Dtest_tokenize.py5 open as tokenize_open, Untokenizer, generate_tokens,
1003 TestRoundtrip.check_roundtrip(self, open(path, 'rb'))
1275 with open(filename, 'w', encoding=encoding) as fp:
1283 with open(filename, 'w', encoding='utf-8-sig') as fp:
1318 # Issue #23840: open() must close the binary file on error
1518 Test roundtrip for `untokenize`. `f` is an open file or a string.
1564 with open(fn, 'rb') as f:
1637 with open(testfile, 'rb') as f:
/third_party/python/Lib/distutils/
H A Ddist.py1039 self.read_pkg_file(open(path))
1115 with open(os.path.join(base_dir, 'PKG-INFO'), 'w',
/third_party/python/Lib/
H A Dpstats.py142 with open(arg, 'rb') as f:
197 with open(filename, 'wb') as f:
/third_party/rust/crates/proc-macro2/src/
H A Dfallback.rs722 let (open, close) = match self.delimiter { in fmt()
729 f.write_str(open)?; in fmt()
/third_party/rust/crates/nix/src/sys/
H A Dstatfs.rs746 /// `fd` - File descriptor of any open file within the file system to describe
784 let file = File::open(path).unwrap(); in check_fstatfs()
833 let file = File::open(path).unwrap(); in check_fstatfs_strict()

Completed in 34 milliseconds

1...<<111112113114115116117118119120>>...143