HomeSort by relevance Sort by last modified time
    Searched defs:fd_open (Results 1 - 2 of 2) 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/coregrind/
m_libcfile.c 132 Int VG_(fd_open) (const Char* pathname, Int flags, Int mode) function
    [all...]

Completed in 64 milliseconds