Home
last modified time | relevance | path

Searched refs:_open (Results 1 – 25 of 57) sorted by relevance

123

/third_party/node/deps/npm/node_modules/fs-minipass/
Dindex.js27 const _open = Symbol('_open') constant
62 this[_open]()
76 [_open] () {
160 [_open] () {
225 this[_open]()
237 [_open] () {
247 this[_open]()
340 [_open] () {
349 return this[_open]()
/third_party/python/Tools/c-analyzer/c_common/
Dtables.py86 _open=open, argument
91 with _open(infile, newline='') as infile:
97 _open=_open,
122 _open=open, argument
129 with _open(outfile, 'w', newline='') as outfile:
137 _open=_open,
/third_party/python/Tools/scripts/
Dpysource.py33 def _open(fullpath): function
54 infile = _open(fullpath)
75 infile = _open(fullpath)
/third_party/node/deps/npm/node_modules/lockfile/test/
Dbasic.js169 fs._open = fs.open
172 fs.open = fs._open
192 fs._open = fs.open
195 fs.open = fs._open
/third_party/musl/porting/liteos_a_newlib/kernel/src/
Dfs.c37 int _open(const char *path, int oflag, ...) in _open() function
84 int _open(const char *path, int oflag, ...) in _open() function
/third_party/python/Tools/c-analyzer/c_parser/parser/
D_common.py54 _open, _close = m.groups()
55 if _open:
/third_party/node/deps/npm/node_modules/graceful-fs/
Dlegacy-streams.js113 this._open = fs.open;
114 this._queue.push([this._open, this.path, this.flags, this.mode, undefined]);
/third_party/python/Lib/ctypes/test/
Dtest_errno.py14 libc_open = libc._open
31 libc_open = libc._open
/third_party/node/test/parallel/
Dtest-fs-chmod.js33 fs._open = fs.open;
46 return fs._open.apply(fs, arguments);
/third_party/ejdb/src/bindings/ejdb2_jni/src/android/java/com/softmotions/ejdb2/
DEJDB2.java53 _open(options); in EJDB2()
383 private native void _open(EJDB2Builder opts) throws EJDB2Exception; in _open() method in EJDB2
/third_party/ejdb/src/bindings/ejdb2_jni/src/main/java/com/softmotions/ejdb2/
DEJDB2.java49 _open(options); in EJDB2()
494 private native void _open(EJDB2Builder opts) throws EJDB2Exception; in _open() method in EJDB2
/third_party/alsa-lib/include/
Dpcm_external.h43 #define SND_PCM_PLUGIN_ENTRY(name) _snd_pcm_##name##_open
/third_party/FreeBSD/lib/libc/gen/
Dfts.c214 (sp->fts_rfd = _open(".", O_RDONLY | O_CLOEXEC, 0)) < 0) in fts_open()
339 if ((p->fts_symfd = _open(".", O_RDONLY | O_CLOEXEC, in fts_read()
432 _open(".", O_RDONLY | O_CLOEXEC, 0)) < 0) { in fts_read()
571 if ((fd = _open(".", O_RDONLY | O_CLOEXEC, 0)) < 0) in fts_children()
1133 if (fd < 0 && (newfd = _open(path, O_RDONLY | O_DIRECTORY | in fts_safe_changedir()
/third_party/alsa-lib/
DMEMORY-LEAK12 snd_config_update_free_global() after all snd_*_open*() calls. This function
/third_party/skia/third_party/externals/libjpeg-turbo/md5/
Dmd5hl.c93 f = _open(filename, O_RDONLY | O_BINARY); in MD5FileChunk()
/third_party/libjpeg-turbo/md5/
Dmd5hl.c97 f = _open(filename, O_RDONLY | O_BINARY); in MD5FileChunk()
/third_party/openssl/ms/
Dapplink.c129 OPENSSL_ApplinkTable[APPLINK_OPEN] = _open; in OPENSSL_Applink()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/md5/
Dmd5hl.c93 f = _open(filename, O_RDONLY | O_BINARY); in MD5FileChunk()
/third_party/flutter/skia/third_party/externals/zlib/
Dgzguts.h47 # define open _open
/third_party/skia/third_party/externals/zlib/
Dgzguts.h47 # define open _open
/third_party/FreeBSD/include/
Dfts.h56 #define _open(pathname, flags, mode) (open((pathname), (flags), (mode))) macro
/third_party/freetype/src/gzip/
Dgzguts.h47 # define open _open
/third_party/node/deps/zlib/
Dgzguts.h47 # define open _open
/third_party/zlib/
Dgzguts.h48 # define open _open
/third_party/alsa-lib/src/
DVersions.in5 @SYMBOL_PREFIX@_snd_*_open;

123