Home
last modified time | relevance | path

Searched refs:open (Results 6976 - 7000 of 9329) sorted by relevance

1...<<271272273274275276277278279280>>...374

/third_party/libuv/test/
H A Dtest-poll.c628 /* Windows won't let you open a directory so we open a file instead.
629 * OS X lets you poll a file so open the $PWD instead. Both fail
644 fd = open(".", UV_FS_O_RDONLY);
/third_party/libbpf/src/
H A Delf.c45 fd = open(binary_path, O_RDONLY | O_CLOEXEC); in elf_open()
48 pr_warn("elf: failed to open %s: %s\n", binary_path, in elf_open()
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dmacro_collector.py44 with open(filename, 'r') as input_file:
58 self.file = open(self.filename, 'rb' if self.binary else 'r')
/third_party/mbedtls/tests/scripts/
H A Dgenerate_tls13_compat_tests.py628 with open(args.output, 'w', encoding="utf-8") as f:
H A Ddepends.py372 with open('include/mbedtls/cipher.h', encoding="utf-8") as fh:
H A Daudit-validity-dates.py289 with open(filename, 'rb') as f:
/third_party/lzma/CPP/Windows/
H A DFileIO.cpp107 // it's debug hack to open symbolic links in Windows XP and WSL links in Windows 10 in Create()
638 _handle = ::open(name, flags, mode);
803 Path = name; // change it : set it only if open is success.
/third_party/jerryscript/tools/
H A Drun-tests.py309 with open(bin_path, 'rb') as bin_file:
/third_party/jinja2/
H A Dutils.py162 return open(filename, mode)
/third_party/json/
H A DMakefile138 open cmake-build-pvs-studio/pvs/index.html
/third_party/json/tools/serve_header/
H A Dserve_header.py371 with open(config_file, 'r') as f:
/third_party/mesa3d/src/freedreno/drm/virtio/
H A Dvirtio_device.c84 int fd = open("/proc/self/cmdline", O_RDONLY); in set_debuginfo()
/third_party/mesa3d/src/freedreno/registers/
H A Dgen_header.py345 file = open(filename, "rb")
/third_party/mesa3d/src/amd/registers/
H A Dmakeregheader.py373 with open(filename, 'r') as filp:
/third_party/mesa3d/src/amd/compiler/tests/
H A Dglsl_scraper.py281 return open(name, mode)
/third_party/libwebsockets/lib/secure-streams/
H A Dsecure-streams-process.c220 int ff = open("/tmp/z", O_RDWR | O_CREAT | O_APPEND, 0666); in ss_proxy_onward_tx()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-alexa/
H A Dalexa.c145 lwsl_err("%s: mpg123 open feed failed %d\n", in ss_avs_mp3_open()
494 int ff = open("/tmp/z1", O_RDWR | O_CREAT | O_APPEND, 0666); in ss_avs_metadata_tx()
/third_party/ltp/testcases/kernel/device-drivers/tbio/tbio_kernel/
H A Dltp_tbio.c508 .open = tbio_open,
/third_party/node/deps/v8/third_party/jinja2/
H A Dutils.py144 return open(filename, mode)
/third_party/node/deps/v8/tools/
H A Dgenerate-runtime-call-stats.py467 with open(args.out_file, "w", newline="") as f:
/third_party/node/deps/v8/tools/dev/
H A Dgm.py242 with open(filename, "w") as f:
/third_party/node/deps/v8/tools/testrunner/objects/
H A Dtestcase.py73 with open(file, encoding='ISO-8859-1') as f:
/third_party/node/deps/v8/third_party/zlib/
H A Dgzlib.c219 /* compute the flags for open() */
240 /* open the file with the appropriate flags (or just use fd) */
245 open((const char *)path, oflag, 0666));
/third_party/node/tools/inspector_protocol/jinja2/
H A Dutils.py154 return open(filename, mode)
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Declipse.py344 with open(out_name, "w") as out:

Completed in 22 milliseconds

1...<<271272273274275276277278279280>>...374