/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | android.py | 139 self.fp = open(output_filename, "w") 1076 root_makefile = open(makefile_path, "w")
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | environment.py | 689 f = open(os.path.join(target, filename), mode) 1219 fp = open(fp, 'wb')
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsusermap.c | 221 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 D | memory_check.c | 261 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 D | shrpx_log.cc | 886 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 D | memory_check.c | 246 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 D | gen_perf.py | 754 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 D | android.py | 139 self.fp = open(output_filename, "w") 1076 root_makefile = open(makefile_path, "w")
|
/third_party/libinput/test/ |
H A D | test-misc.c | 39 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 D | test-path.c | 50 fd = open(path, flags); in open_restricted_count() 71 int fd = open(path, flags); in open_restricted()
|
/third_party/libinput/tools/ |
H A D | libinput-record-verify-yaml.py | 41 with open(cls.filename) as f: 104 with open("/sys/class/dmi/id/modalias") as f:
|
/third_party/littlefs/scripts/ |
H A D | stack.py | 130 return open(path, mode, buffering) 170 with open(path) as f:
|
/third_party/node/deps/uv/src/unix/ |
H A D | aix.c | 581 *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 D | test_sendfile.py | 111 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 D | environment.py | 753 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 D | dawn_json_generator.py | 742 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 D | pshrec.c | 1139 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 D | gen-tag-table.py | 395 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 D | pyspecific.py | 496 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 D | test_interpreters.py | 19 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 D | test_tokenize.py | 5 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 D | dist.py | 1039 self.read_pkg_file(open(path)) 1115 with open(os.path.join(base_dir, 'PKG-INFO'), 'w',
|
/third_party/python/Lib/ |
H A D | pstats.py | 142 with open(arg, 'rb') as f: 197 with open(filename, 'wb') as f:
|
/third_party/rust/crates/proc-macro2/src/ |
H A D | fallback.rs | 722 let (open, close) = match self.delimiter { in fmt() 729 f.write_str(open)?; in fmt()
|
/third_party/rust/crates/nix/src/sys/ |
H A D | statfs.rs | 746 /// `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()
|