Searched refs:_open (Results 1 – 15 of 15) sorted by relevance
/external/clang/tools/scan-view/ |
D | startfile.py | 14 _open = None variable 98 _open = _controllers['windows-default'].open variable 104 _open = _controllers['open'].open variable 197 _open = get() variable 203 return _open(filename)
|
/external/webrtc/src/system_wrappers/source/ |
D | file_impl.cc | 31 _open(false), in FileWrapperImpl() 56 _open = false; in CloseFile() 114 return _open; in Open() 184 _open = true; in OpenFile()
|
D | file_impl.h | 47 bool _open; variable
|
/external/javasqlite/src/main/java/SQLite/ |
D | Database.java | 43 _open(filename, mode); in open() 72 _open(filename, mode); in open() 102 _open(filename, mode); in open() 111 private native void _open(String filename, int mode) in _open() method in Database
|
/external/e2fsprogs/include/nonunix/ |
D | unistd.h | 19 #define open _open
|
/external/openssl/crypto/bio/ |
D | bio_lcl.h | 23 #define UP_open _open
|
/external/tcpdump/ |
D | tcpdump-stdinc.h | 63 #define open _open
|
/external/qemu/android/utils/ |
D | debug.c | 88 null_fd = _open( "NUL", _O_WRONLY ); in stdio_disable()
|
D | path.c | 535 fd = _open(dest, _O_RDWR | _O_BINARY); in path_copy_file() 536 fs = _open(source, _O_RDONLY | _O_BINARY); in path_copy_file()
|
/external/openssl/crypto/rand/ |
D | randfile.c | 85 #define open _open
|
/external/stlport/src/details/ |
D | fstream_stdio.cpp | 99 # define _open open macro
|
/external/libmtp/src/ |
D | playlist-spl.c | 101 # define mkstemp(_pattern) _open(_mktemp(_pattern), _O_CREAT | _O_SHORT_LIVED | _O_EXCL)
|
D | libmtp.c | 4730 if ( (fd = _open(path, O_RDWR|O_CREAT|O_TRUNC|O_BINARY,_S_IREAD)) == -1 ) { 5029 if ( (fd = _open(path, O_RDONLY|O_BINARY) == -1) ) { 5294 if ( (fd = _open(path, O_RDONLY|O_BINARY) == -1) ) {
|
/external/kernel-headers/original/linux/ |
D | fs.h | 1894 static int __fops ## _open(struct inode *inode, struct file *file) \ 1901 .open = __fops ## _open, \
|
/external/chromium/third_party/libevent/ |
D | evdns.c | 145 #define open _open
|