HomeSort by relevance Sort by last modified time
    Searched refs:ENOSPC (Results 51 - 75 of 193) sorted by null

1 23 4 5 6 7 8

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm-generic/
errno-base.h 42 #define ENOSPC 28
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm-generic/
errno-base.h 42 #define ENOSPC 28
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
pepper_interface.cc 57 case PP_ERROR_NOSPACE: return ENOSPC;
58 case PP_ERROR_NOQUOTA: return ENOSPC;
  /external/chromium_org/third_party/libusb/src/msvc/
errno.h 52 #define ENOSPC 28 /* No space left on device */
  /external/tcpdump/missing/
inet_ntop.c 73 errno = ENOSPC;
177 errno = ENOSPC;
196 errno = ENOSPC;
  /external/yaffs2/yaffs2/direct/
yaffsfs.h 91 #ifndef ENOSPC
92 #define ENOSPC 28
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
need_errno.h 108 #define ENOSPC 28
pthread_mutex_init.c 121 result = ENOSPC;
  /external/chromium_org/net/base/
net_errors_posix.cc 94 case ENOSPC: // No space left on device.
  /ndk/sources/host-tools/sed-4.2.1/lib/
rename.c 99 errno = ENOSPC;
  /bionic/libc/upstream-netbsd/libc/inet/
inet_ntop.c 110 errno = ENOSPC;
225 errno = ENOSPC;
  /external/openssh/openbsd-compat/
inet_ntop.c 94 errno = ENOSPC;
204 errno = ENOSPC;
  /system/core/toolbox/
mkswap.c 52 err = -ENOSPC;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
error_constants.h 99 no_space_on_device = ENOSPC,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
error_constants.h 101 no_space_on_device = ENOSPC,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
error_constants.h 101 no_space_on_device = ENOSPC,
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
error_constants.h 99 no_space_on_device = ENOSPC,
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
error_constants.h 99 no_space_on_device = ENOSPC,
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
error_constants.h 99 no_space_on_device = ENOSPC,
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
error_constants.h 99 no_space_on_device = ENOSPC,
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
error_constants.h 99 no_space_on_device = ENOSPC,
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
error_constants.h 99 no_space_on_device = ENOSPC,
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
error_constants.h 99 no_space_on_device = ENOSPC,
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
error_constants.h 99 no_space_on_device = ENOSPC,
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/include/bits/
error_constants.h 99 no_space_on_device = ENOSPC,

Completed in 425 milliseconds

1 23 4 5 6 7 8