HomeSort by relevance Sort by last modified time
    Searched refs:Errno (Results 1 - 6 of 6) sorted by null

  /external/e2fsprogs/lib/ext2fs/
nt_io.c 182 #include <errno.h>
259 // This is a code to convert Win32 errors to unix errno
820 OUT unsigned *Errno OPTIONAL
832 if(ARGUMENT_PRESENT(Errno))
833 *Errno = ENOENT;
858 if(ARGUMENT_PRESENT(Errno))
859 *Errno = ENOENT;
874 if(ARGUMENT_PRESENT(Errno))
875 *Errno = _MapNtStatus(Status);
885 // Raw block io. Sets dos errno
    [all...]
  /external/llvm/lib/Support/
Android.mk 23 Errno.cpp \
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
ruby.php 78 'ERB::Util', 'Enumerable', 'Enumerable::Enumerator', 'Errno',
rails.php 71 'ERB::Util', 'Enumerable', 'Enumerable::Enumerator', 'Errno',
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
debug-mode.rb 25 rescue Errno::ECONNREFUSED => error
  /external/mksh/src/
check.pl 154 # pull EINTR from POSIX.pm or Errno.pm if they exist
164 require Errno;
165 $EINTR = Errno::EINTR();
    [all...]

Completed in 190 milliseconds