HomeSort by relevance Sort by last modified time
    Searched full:fd_open (Results 1 - 5 of 5) sorted by null

  /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 76 /* fd_open words like the open(2) system call:
78 extern Int VG_(fd_open) (const HChar* 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 767 fd = VG_(fd_open) (doc, VKI_O_RDONLY, 0);
    [all...]
  /external/valgrind/main/coregrind/
m_libcfile.c 140 Int VG_(fd_open) (const HChar* pathname, Int flags, Int mode) function
    [all...]

Completed in 307 milliseconds