/ndk/sources/android/crazy_linker/src/ |
crazy_linker_debug.cpp | 33 strlcat(buffer, strerror(error), buffer_size);
|
/ndk/sources/cxx-stl/stlport/stlport/using/ |
cstring | 19 using _STLP_VENDOR_CSTD::strerror;
|
/ndk/sources/host-tools/make-3.81/config/ |
isc-posix.m4 | 24 AC_CHECK_LIB(cposix, strerror, [LIBS="$LIBS -lcposix"])
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/ |
sys_errlist.h | 24 /* sys_errlist and sys_nerr are deprecated. Use strerror instead. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/ |
libdl-2.11.1.so | |
libdl.so | |
libdl.so.2 | |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
sys_errlist.h | 24 /* sys_errlist and sys_nerr are deprecated. Use strerror instead. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/ |
libdl-2.11.1.so | |
libdl.so | |
libdl.so.2 | |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/using/ |
cstring | 19 using _STLP_VENDOR_CSTD::strerror;
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/using/ |
cstring | 19 using _STLP_VENDOR_CSTD::strerror;
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/using/ |
cstring | 19 using _STLP_VENDOR_CSTD::strerror;
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/using/ |
cstring | 19 using _STLP_VENDOR_CSTD::strerror;
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/using/ |
cstring | 19 using _STLP_VENDOR_CSTD::strerror;
|
/system/core/libcutils/ |
sockets.c | 36 ALOGE("could not get socket credentials: %s\n", strerror(errno));
|
/system/core/libsparse/ |
sparse_defs.h | 47 #define error_errno(s, args...) error(s ": %s", ##args, strerror(errno))
|
/system/core/libsysutils/src/ |
SocketClient.cpp | 63 ret = asprintf(&buf, "%d %d %s (%s)", code, getCmdNum(), msg, strerror(errno)); 65 ret = asprintf(&buf, "%d %s (%s)", code, msg, strerror(errno)); 121 SLOGW("malloc error (%s)", strerror(errno)); 215 SLOGW("write error (%s)", strerror(e));
|
/system/core/toolbox/ |
restorecon.c | 58 strerror(errno));
|
setenforce.c | 40 argv[0], strerror(errno));
|
setsebool.c | 31 fprintf(stderr, "setsebool: could not set %s to %s: %s", name, value, strerror(errno));
|
/system/netd/server/ |
NetdConstants.cpp | 118 ALOGE("Failed to open %s: %s", path, strerror(errno)); 123 ALOGE("Failed to write %s: %s", path, strerror(errno)); 137 ALOGE("Failed to open %s: %s", path, strerror(errno)); 143 ALOGE("Failed to write %s: %s", path, strerror(errno));
|
/system/vold/ |
main.cpp | 76 SLOGE("Unable to start VolumeManager (%s)", strerror(errno)); 81 SLOGE("Error reading configuration (%s)... continuing anyways", strerror(errno)); 85 SLOGE("Unable to start NetlinkManager (%s)", strerror(errno)); 96 SLOGE("Unable to start CommandListener (%s)", strerror(errno));
|
/external/chromium_org/third_party/android_crazy_linker/src/src/ |
crazy_linker_elf_loader.cpp | 74 error->Format("Can't open file: %s", strerror(errno)); 80 "Can't seek to file offset %08x: %s", file_offset, strerror(errno)); 106 error->Format("Can't read file: %s", strerror(errno)); 170 error->Format("Phdr mmap failed: %s", strerror(errno)); 318 i, strerror(errno)); 320 error->Format("Could not map segment %d: %s", i, strerror(errno)); 346 error->Format("Could not zero-fill gap: %s", strerror(errno));
|