/external/qemu/block/ |
raw-posix.c | 123 static int fd_open(BlockDriverState *bs); 239 ret = fd_open(bs); 292 ret = fd_open(bs); 508 if (fd_open(bs) < 0) 552 if (fd_open(bs) < 0) 605 ret = fd_open(bs); 636 ret = fd_open(bs); 685 ret = fd_open(bs); 883 static int fd_open(BlockDriverState *bs) function 942 if (fd_open(bs) < 0 948 static int fd_open(BlockDriverState *bs) function 959 static int fd_open(BlockDriverState *bs) function [all...] |
/external/valgrind/main/include/ |
pub_tool_libcfile.h | 73 /* fd_open words like the open(2) system call: 75 extern Int VG_(fd_open) (const Char* pathname, Int flags, Int mode);
|
/external/sonivox/jet_tools/JetCreator/ |
JetCtrls.py | 261 dlg = wx.FileDialog(None, self.title, defDir, '', self.spec, wx.FD_OPEN)
328 dlg = wx.FileDialog(None, self.title, defDir, '', self.spec, wx.FD_OPEN)
|
/external/valgrind/main/coregrind/m_gdbserver/ |
server.c | 569 fd = VG_(fd_open) (doc, VKI_O_RDONLY, 0); [all...] |
/external/valgrind/main/coregrind/ |
m_libcfile.c | 132 Int VG_(fd_open) (const Char* pathname, Int flags, Int mode) function [all...] |