Searched defs:_open (Results 1 - 8 of 8) sorted by relevance
| /third_party/python/Tools/scripts/ |
| H A D | pysource.py | 33 def _open(fullpath): function
|
| /third_party/musl/porting/liteos_a_newlib/kernel/src/ |
| H A 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
|
| /test/testfwk/xdevice/src/xdevice/_core/ |
| H A D | logger.py | 488 def _open(self): member in EncryptFileHandler
|
| /third_party/FreeBSD/include/ |
| H A D | fts.h | 55 #define _open(pathname, flags, mode) (open((pathname), (flags), (mode))) macro
|
| /third_party/python/Lib/logging/ |
| H A D | __init__.py | 1207 def _open(self): member in FileHandler
|
| /third_party/pulseaudio/src/utils/ |
| H A D | padsp.c | 120 static int (*_open)(const char *, int, mode_t) = NULL; variable
|
| /third_party/python/Lib/urllib/ |
| H A D | request.py | 529 def _open(self, req, data=None): member in OpenerDirector
|
| /third_party/python/Lib/test/ |
| H A D | test_shutil.py | 2259 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
|
Completed in 15 milliseconds