HomeSort by relevance Sort by last modified time
    Searched refs:ENOTSUP (Results 76 - 96 of 96) sorted by null

1 2 34

  /ndk/sources/host-tools/sed-4.2.1/lib/
copy-acl.c 247 the description of ENOTSUP.) */
297 if (errno == ENOSYS || errno == ENOTSUP)
350 ACE_SETACL, because SETACL cannot fail with ENOTSUP whereas ACE_SETACL
378 if ((errno == ENOSYS || errno == EINVAL || errno == ENOTSUP)
file-has-acl.c 374 if (errno == ENOSYS || errno == ENOTSUP)
set-mode-acl.c 361 if (ret < 0 && errno != EINVAL && errno != ENOTSUP)
  /external/qemu/
qemu-char.c 180 return -ENOTSUP;
1261 return -ENOTSUP;
    [all...]
savevm.c 1111 return -ENOTSUP;
1114 return -ENOTSUP;
    [all...]
vl-android.c 717 return -ENOTSUP;
    [all...]
vl.c 521 return -ENOTSUP;
    [all...]
  /external/qemu/block/
raw-posix.c 573 return -ENOTSUP;
    [all...]
qcow2.c     [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/diagnostics/syserr/
errc.pass.cpp 78 static_assert(static_cast<int>(std::errc::not_supported) == ENOTSUP, "");
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 119 public static final int ENOTSUP = placeholder();
656 if (errno == ENOTSUP) {
657 return "ENOTSUP";
  /external/linux-tools-perf/util/
probe-finder.c 436 return -ENOTSUP;
852 return -ENOTSUP;
872 return -ENOTSUP;
1084 return -ENOTSUP;
1125 else if (ret == -ENOTSUP)
    [all...]
probe-event.c 701 return -ENOTSUP;
777 return -ENOTSUP;
783 return -ENOTSUP;
    [all...]
  /external/qemu/hw/
bt-hci-csr.c 382 return -ENOTSUP;
  /hardware/samsung_slsi/exynos5/libv4l2/
exynos_mc.c 598 return -ENOTSUP;
  /external/valgrind/main/include/vki/
vki-darwin.h 567 #define VKI_ENOTSUP ENOTSUP
  /libcore/luni/src/main/native/
libcore_io_OsConstants.cpp 130 initConstant(env, c, "ENOTSUP", ENOTSUP);
  /external/libxml2/
xmlIO.c 185 "Not supported", /* ENOTSUP */
365 #ifdef ENOTSUP
366 else if (errno == ENOTSUP) code = XML_IO_ENOTSUP;
    [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1139 milliseconds

1 2 34