Searched defs:_open (Results 1 – 11 of 11) sorted by relevance
/third_party/musl/porting/liteos_a_newlib/kernel/src/ |
D | fs.c | 37 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/scripts/ |
D | pysource.py | 33 def _open(fullpath): function
|
/third_party/python/Tools/c-analyzer/c_common/ |
D | tables.py | 86 _open=open, argument 122 _open=open, argument
|
/third_party/node/deps/npm/node_modules/fs-minipass/ |
D | index.js | 27 const _open = Symbol('_open') constant
|
/third_party/python/Lib/test/ |
D | test_shutil.py | 2200 def _open(filename, mode='r'): function 2213 def _open(filename, mode='r'): function 2232 def _open(filename, mode='r'): function 2254 def _open(filename, mode='r'): function
|
/third_party/ejdb/src/bindings/ejdb2_jni/src/android/java/com/softmotions/ejdb2/ |
D | EJDB2.java | 383 private native void _open(EJDB2Builder opts) throws EJDB2Exception; in _open() method in EJDB2
|
/third_party/FreeBSD/include/ |
D | fts.h | 56 #define _open(pathname, flags, mode) (open((pathname), (flags), (mode))) macro
|
/third_party/ejdb/src/bindings/ejdb2_jni/src/main/java/com/softmotions/ejdb2/ |
D | EJDB2.java | 494 private native void _open(EJDB2Builder opts) throws EJDB2Exception; in _open() method in EJDB2
|
/third_party/pulseaudio/src/utils/ |
D | padsp.c | 120 static int (*_open)(const char *, int, mode_t) = NULL; variable
|
/third_party/python/Lib/logging/ |
D | __init__.py | 1195 def _open(self): member in FileHandler
|
/third_party/python/Lib/urllib/ |
D | request.py | 529 def _open(self, req, data=None): member in OpenerDirector
|