Searched refs:open (Results 6976 - 7000 of 9329) sorted by relevance
1...<<271272273274275276277278279280>>...374
/third_party/libuv/test/ |
H A D | test-poll.c | 628 /* 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 D | elf.c | 45 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 D | macro_collector.py | 44 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 D | generate_tls13_compat_tests.py | 628 with open(args.output, 'w', encoding="utf-8") as f:
|
H A D | depends.py | 372 with open('include/mbedtls/cipher.h', encoding="utf-8") as fh:
|
H A D | audit-validity-dates.py | 289 with open(filename, 'rb') as f:
|
/third_party/lzma/CPP/Windows/ |
H A D | FileIO.cpp | 107 // 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 D | run-tests.py | 309 with open(bin_path, 'rb') as bin_file:
|
/third_party/jinja2/ |
H A D | utils.py | 162 return open(filename, mode)
|
/third_party/json/ |
H A D | Makefile | 138 open cmake-build-pvs-studio/pvs/index.html
|
/third_party/json/tools/serve_header/ |
H A D | serve_header.py | 371 with open(config_file, 'r') as f:
|
/third_party/mesa3d/src/freedreno/drm/virtio/ |
H A D | virtio_device.c | 84 int fd = open("/proc/self/cmdline", O_RDONLY); in set_debuginfo()
|
/third_party/mesa3d/src/freedreno/registers/ |
H A D | gen_header.py | 345 file = open(filename, "rb")
|
/third_party/mesa3d/src/amd/registers/ |
H A D | makeregheader.py | 373 with open(filename, 'r') as filp:
|
/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | glsl_scraper.py | 281 return open(name, mode)
|
/third_party/libwebsockets/lib/secure-streams/ |
H A D | secure-streams-process.c | 220 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 D | alexa.c | 145 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 D | ltp_tbio.c | 508 .open = tbio_open,
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | utils.py | 144 return open(filename, mode)
|
/third_party/node/deps/v8/tools/ |
H A D | generate-runtime-call-stats.py | 467 with open(args.out_file, "w", newline="") as f:
|
/third_party/node/deps/v8/tools/dev/ |
H A D | gm.py | 242 with open(filename, "w") as f:
|
/third_party/node/deps/v8/tools/testrunner/objects/ |
H A D | testcase.py | 73 with open(file, encoding='ISO-8859-1') as f:
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | gzlib.c | 219 /* 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 D | utils.py | 154 return open(filename, mode)
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | eclipse.py | 344 with open(out_name, "w") as out:
|
Completed in 22 milliseconds
1...<<271272273274275276277278279280>>...374