Home
last modified time | relevance | path

Searched defs:_open (Results 1 – 10 of 10) sorted by relevance

/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/scripts/
Dpysource.py33 def _open(fullpath): function
/third_party/python/Tools/c-analyzer/c_common/
Dtables.py86 _open=open, argument
122 _open=open, argument
/third_party/node/deps/npm/node_modules/fs-minipass/lib/
Dindex.js23 const _open = Symbol('_open') constant
/third_party/python/Lib/test/
Dtest_shutil.py2259 def _open(filename, mode='r'): function
2272 def _open(filename, mode='r'): function
2291 def _open(filename, mode='r'): function
2313 def _open(filename, mode='r'): function
/third_party/node/deps/npm/node_modules/tar/node_modules/fs-minipass/
Dindex.js37 const _open = Symbol('_open') constant
/third_party/FreeBSD/include/
Dfts.h55 #define _open(pathname, flags, mode) (open((pathname), (flags), (mode))) macro
/third_party/pulseaudio/src/utils/
Dpadsp.c120 static int (*_open)(const char *, int, mode_t) = NULL; variable
/third_party/python/Lib/logging/
D__init__.py1207 def _open(self): member in FileHandler
/third_party/python/Lib/urllib/
Drequest.py529 def _open(self, req, data=None): member in OpenerDirector