/third_party/gn/src/gn/ |
H A D | exec_process.cc | 227 int dev_null = open("/dev/null", O_WRONLY);
|
/third_party/fsverity-utils/programs/ |
H A D | utils.c | 109 file->fd = open(filename, flags | O_BINARY, mode); in open_file() 111 error_msg_errno("can't open '%s' for %s", filename, in open_file()
|
/third_party/alsa-utils/axfer/test/ |
H A D | generator.c | 28 gen->fd = open("/dev/urandom", O_RDONLY); in generator_context_init()
|
/third_party/alsa-utils/alsactl/ |
H A D | init_utils_run.c | 102 devnull = open("/dev/null", O_RDWR); in run_program0() 111 Perror(space, "open /dev/null failed: %s", strerror(errno)); in run_program0()
|
/third_party/astc-encoder/Test/testlib/ |
H A D | image.py | 179 could not open the file. 182 img = PILImage.open(self.filePath)
|
/third_party/backends/sanei/ |
H A D | sanei_directio.c | 85 fd = open ("/dev/io", O_RDONLY); in sanei_ioperm()
|
/third_party/cJSON/tests/unity/test/ |
H A D | rakefile_helper.rb | 257 File.open(test_results, 'w') { |f| f.print output }
|
/third_party/cJSON/tests/unity/auto/ |
H A D | generate_module.rb | 208 File.open(file[:path], 'w') do |f|
|
/third_party/cJSON/tests/unity/examples/example_3/ |
H A D | rakefile_helper.rb | 217 File.open(test_results, 'w') { |f| f.print output }
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/ |
H A D | XMLRecordWriter.java | 29 public boolean open(String title) { in open() method in XMLRecordWriter
|
H A D | XMLRecordReader.java | 44 public boolean open(String title) { in open() method in XMLRecordReader
|
/third_party/icu/icu4c/source/test/depstest/ |
H A D | dependencies.py | 145 deps_file = open("dependencies.txt")
|
/third_party/icu/icu4c/source/test/perf/DateFmtPerf/ |
H A D | DateFmtPerf.cpp | 238 out.open(argv[2]); in main()
|
/third_party/FreeBSD/lib/libc/include/ |
H A D | namespace.h | 83 #define open _open
macro
|
/third_party/NuttX/drivers/bch/ |
H A D | bchdev_driver.c | 64 .open = bch_open, /* open */ 396 /* If there are no open references to the drvier then teardown the BCH in bch_unlink()
|
/third_party/NuttX/drivers/usbdev/gadget/ |
H A D | usbd_hid.c | 55 .open = hid_open,
|
/third_party/PyYAML/tests/lib/ |
H A D | test_appliance.py | 106 with open(filename, 'r', errors='replace') as file:
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/impl/ |
H A D | XMLRecordWriter.java | 33 public boolean open(String title) { in open() method in XMLRecordWriter
|
H A D | XMLRecordReader.java | 48 public boolean open(String title) { in open() method in XMLRecordReader
|
/third_party/libunwind/libunwind/src/ |
H A D | os-linux.h | 75 mi->fd = open (path, O_RDONLY); in maps_init()
|
/third_party/libunwind/libunwind/tests/ |
H A D | test-ptrace.c | 222 dup2 (open ("/dev/null", O_WRONLY), 1); in main()
|
/third_party/mesa3d/.gitlab-ci/bin/ |
H A D | ci_run_n_monitor.py | 266 open(os.path.expanduser("~/.config/gitlab-token"), encoding="utf-8")
|
/third_party/mbedtls/tests/scripts/ |
H A D | check_test_cases.py | 92 with open(data_file_name, 'rb') as data_file:
|
/third_party/jerryscript/tools/ |
H A D | gen-magic-strings.py | 280 with open(MAGIC_STRINGS_INC_H, 'w') as gen_file:
|
/third_party/lame/misc/ |
H A D | mlame_corr.c | 211 if ( (fd = open ( name, O_RDONLY )) >= 0 ) { in main() 215 fprintf ( stderr, "Can't open: %s\n", name ); in main()
|