Home
last modified time | relevance | path

Searched refs:open (Results 3251 - 3275 of 9329) sorted by relevance

1...<<131132133134135136137138139140>>...374

/third_party/skia/third_party/externals/zlib/
H A Dgzguts.h47 # define open _open macro
/third_party/skia/tools/
H A Djsondiff.py58 return open(filepath, 'r').read()
/third_party/skia/tools/skqp/
H A Dfind_commit_with_best_gold_results.py35 with open(path) as f:
H A Dmake_apk_list.py127 with open(path, 'w') as o:
/third_party/skia/tools/skqp/src/
H A Dskqp.h37 virtual sk_sp<SkData> open(const char* path) = 0;
/third_party/toybox/porting/liteos_a/toys/lsb/
H A Dumount.c53 int lfd = open(dev, O_RDONLY); in do_umount()
/third_party/toybox/scripts/
H A Dmkstatus.py99 outfile=open("www/status.gen", "w")
/third_party/toybox/toys/lsb/
H A Ddmesg.c134 fd = open("/dev/kmsg", O_RDONLY|(O_NONBLOCK*!FLAG(w))); in dmesg_main()
H A Dumount.c84 int lfd = open(dev, O_RDONLY); in do_umount()
/third_party/toybox/toys/other/
H A Dhwclock.c83 if (!TT.f && (fd = open("/dev/rtc", flag)) == -1) { in hwclock_main()
H A Dmodinfo.c50 if (-1 != (fd = open(full_name, O_RDONLY))) { in modinfo_file()
H A Dnsenter.c95 if ((fd = open("/proc/self/setgroups", O_WRONLY)) >= 0) { in handle_r()
H A Dsysctl.c53 int fd = open(path, O_WRONLY); in write_key()
/third_party/skia/third_party/externals/freetype/builds/vms/
H A Dftsystem.c217 /* open the file */ in FT_BASE_DEF()
218 file = open( filepathname, O_RDONLY ); in FT_BASE_DEF()
222 FT_ERROR(( " could not open `%s'\n", filepathname )); in FT_BASE_DEF()
/third_party/python/Lib/test/test_tools/
H A Dtest_md5sum.py21 with open(cls.fodder, 'wb') as f:
/third_party/pulseaudio/sonic/
H A DMain.java77 line.open(stream.getFormat()); in main()
/third_party/python/Lib/
H A Dimghdr.py21 f = open(file, 'rb')
/third_party/python/Lib/distutils/tests/
H A Dtest_core.py72 f = open(path, "w")
H A Dtest_config.py116 f = open(rc)
H A Dtest_config_cmd.py37 f = open(this_file)
/third_party/python/Lib/test/test_importlib/
H A Dtest_pkg_import.py45 with open(self.module_path, 'w', encoding='utf-8') as f:
/third_party/python/Lib/zoneinfo/
H A D_common.py12 return resources.files(package_name).joinpath(resource_name).open("rb")
/third_party/python/Lib/test/
H A Dtest_lltrace.py24 with open(os_helper.TESTFN, 'w', encoding='utf-8') as fd:
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-golang/
H A Dmain.rs209 let file = fs::File::open(path).unwrap(); in main()
/third_party/rust/crates/io-lifetimes/examples/
H A Dhello.rs27 let fd: OwnedFd = open("/dev/stdout\0".as_ptr() as *const _, O_WRONLY | O_CLOEXEC) in main()

Completed in 10 milliseconds

1...<<131132133134135136137138139140>>...374