Searched refs:open (Results 3251 - 3275 of 9329) sorted by relevance
1...<<131132133134135136137138139140>>...374
/third_party/skia/third_party/externals/zlib/ |
H A D | gzguts.h | 47 # define open _open macro
|
/third_party/skia/tools/ |
H A D | jsondiff.py | 58 return open(filepath, 'r').read()
|
/third_party/skia/tools/skqp/ |
H A D | find_commit_with_best_gold_results.py | 35 with open(path) as f:
|
H A D | make_apk_list.py | 127 with open(path, 'w') as o:
|
/third_party/skia/tools/skqp/src/ |
H A D | skqp.h | 37 virtual sk_sp<SkData> open(const char* path) = 0;
|
/third_party/toybox/porting/liteos_a/toys/lsb/ |
H A D | umount.c | 53 int lfd = open(dev, O_RDONLY); in do_umount()
|
/third_party/toybox/scripts/ |
H A D | mkstatus.py | 99 outfile=open("www/status.gen", "w")
|
/third_party/toybox/toys/lsb/ |
H A D | dmesg.c | 134 fd = open("/dev/kmsg", O_RDONLY|(O_NONBLOCK*!FLAG(w))); in dmesg_main()
|
H A D | umount.c | 84 int lfd = open(dev, O_RDONLY); in do_umount()
|
/third_party/toybox/toys/other/ |
H A D | hwclock.c | 83 if (!TT.f && (fd = open("/dev/rtc", flag)) == -1) { in hwclock_main()
|
H A D | modinfo.c | 50 if (-1 != (fd = open(full_name, O_RDONLY))) { in modinfo_file()
|
H A D | nsenter.c | 95 if ((fd = open("/proc/self/setgroups", O_WRONLY)) >= 0) { in handle_r()
|
H A D | sysctl.c | 53 int fd = open(path, O_WRONLY); in write_key()
|
/third_party/skia/third_party/externals/freetype/builds/vms/ |
H A D | ftsystem.c | 217 /* 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 D | test_md5sum.py | 21 with open(cls.fodder, 'wb') as f:
|
/third_party/pulseaudio/sonic/ |
H A D | Main.java | 77 line.open(stream.getFormat()); in main()
|
/third_party/python/Lib/ |
H A D | imghdr.py | 21 f = open(file, 'rb')
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_core.py | 72 f = open(path, "w")
|
H A D | test_config.py | 116 f = open(rc)
|
H A D | test_config_cmd.py | 37 f = open(this_file)
|
/third_party/python/Lib/test/test_importlib/ |
H A D | test_pkg_import.py | 45 with open(self.module_path, 'w', encoding='utf-8') as f:
|
/third_party/python/Lib/zoneinfo/ |
H A D | _common.py | 12 return resources.files(package_name).joinpath(resource_name).open("rb")
|
/third_party/python/Lib/test/ |
H A D | test_lltrace.py | 24 with open(os_helper.TESTFN, 'w', encoding='utf-8') as fd:
|
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-golang/ |
H A D | main.rs | 209 let file = fs::File::open(path).unwrap(); in main()
|
/third_party/rust/crates/io-lifetimes/examples/ |
H A D | hello.rs | 27 let fd: OwnedFd = open("/dev/stdout\0".as_ptr() as *const _, O_WRONLY | O_CLOEXEC) in main()
|
Completed in 10 milliseconds
1...<<131132133134135136137138139140>>...374