Home
last modified time | relevance | path

Searched refs:open (Results 4426 - 4450 of 8772) sorted by relevance

1...<<171172173174175176177178179180>>...351

/third_party/gn/src/gn/
H A Dexec_process.cc227 int dev_null = open("/dev/null", O_WRONLY);
/third_party/fsverity-utils/programs/
H A Dutils.c109 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 Dgenerator.c28 gen->fd = open("/dev/urandom", O_RDONLY); in generator_context_init()
/third_party/alsa-utils/alsactl/
H A Dinit_utils_run.c102 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 Dimage.py179 could not open the file.
182 img = PILImage.open(self.filePath)
/third_party/backends/sanei/
H A Dsanei_directio.c85 fd = open ("/dev/io", O_RDONLY); in sanei_ioperm()
/third_party/cJSON/tests/unity/test/
H A Drakefile_helper.rb257 File.open(test_results, 'w') { |f| f.print output }
/third_party/cJSON/tests/unity/auto/
H A Dgenerate_module.rb208 File.open(file[:path], 'w') do |f|
/third_party/cJSON/tests/unity/examples/example_3/
H A Drakefile_helper.rb217 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 DXMLRecordWriter.java29 public boolean open(String title) { in open() method in XMLRecordWriter
H A DXMLRecordReader.java44 public boolean open(String title) { in open() method in XMLRecordReader
/third_party/icu/icu4c/source/test/depstest/
H A Ddependencies.py145 deps_file = open("dependencies.txt")
/third_party/icu/icu4c/source/test/perf/DateFmtPerf/
H A DDateFmtPerf.cpp238 out.open(argv[2]); in main()
/third_party/FreeBSD/lib/libc/include/
H A Dnamespace.h83 #define open _open macro
/third_party/NuttX/drivers/bch/
H A Dbchdev_driver.c64 .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 Dusbd_hid.c55 .open = hid_open,
/third_party/PyYAML/tests/lib/
H A Dtest_appliance.py106 with open(filename, 'r', errors='replace') as file:
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/impl/
H A DXMLRecordWriter.java33 public boolean open(String title) { in open() method in XMLRecordWriter
H A DXMLRecordReader.java48 public boolean open(String title) { in open() method in XMLRecordReader
/third_party/libunwind/libunwind/src/
H A Dos-linux.h75 mi->fd = open (path, O_RDONLY); in maps_init()
/third_party/libunwind/libunwind/tests/
H A Dtest-ptrace.c222 dup2 (open ("/dev/null", O_WRONLY), 1); in main()
/third_party/mesa3d/.gitlab-ci/bin/
H A Dci_run_n_monitor.py266 open(os.path.expanduser("~/.config/gitlab-token"), encoding="utf-8")
/third_party/mbedtls/tests/scripts/
H A Dcheck_test_cases.py92 with open(data_file_name, 'rb') as data_file:
/third_party/jerryscript/tools/
H A Dgen-magic-strings.py280 with open(MAGIC_STRINGS_INC_H, 'w') as gen_file:
/third_party/lame/misc/
H A Dmlame_corr.c211 if ( (fd = open ( name, O_RDONLY )) >= 0 ) { in main()
215 fprintf ( stderr, "Can't open: %s\n", name ); in main()

Completed in 15 milliseconds

1...<<171172173174175176177178179180>>...351