Searched
full:strerror (Results
976 -
1000 of
2323) sorted by null
<<31323334353637383940>>
/external/mesa3d/src/gallium/winsys/svga/drm/ |
vmw_screen_dri.c | 180 whandle->handle, ret, strerror(-ret));
|
/external/oprofile/daemon/ |
opd_mangling.c | 178 mangled, strerror(err));
|
/external/oprofile/gui/ |
oprof_start_util.cpp | 164 out << "cause: " << strerror(errno);
|
/external/oprofile/libpp/ |
profile.cpp | 91 throw op_fatal_error(filename + ": " + strerror(rc));
|
/external/oprofile/libutil/ |
op_file.c | 106 name, strerror(err));
|
/external/oprofile/pp/ |
oparchive.cpp | 53 << " cause: " << strerror(errno) << endl;
|
/external/protobuf/android/ |
config.h | 76 /* Define to 1 if you have the `strerror' function. */
|
/external/protobuf/ |
configure.ac | 83 AC_CHECK_FUNCS([ftruncate memset mkdir strchr strerror strtol])
|
/external/qemu/android/base/ |
Log.cpp | 235 (*mStream) << "Error message: " << strerror(mErrno);
|
Log_unittest.cpp | 121 strerror(errnoCode));
|
/external/qemu/slirp/ |
slirp.h | 254 extern char *strerror _P((int error));
|
slirp_config.h | 75 /* Define if you have strerror */
|
/external/qemu/slirp-android/ |
slirp.h | 208 extern char *strerror _P((int error));
|
slirp_config.h | 75 /* Define if you have strerror */
|
/external/tcpdump/lbl/ |
os-sunos4.h | 170 char *strerror(int);
|
/external/valgrind/main/coregrind/m_ume/ |
elf.c | 44 #include "pub_core_syscall.h" // VG_(strerror) 78 sr_Err(res), VG_(strerror)(sr_Err(res)) ); 104 filename, VG_(strerror)(sr_Err(sres))); 144 VG_(strerror)(sr_Err(sres)));
|
/external/wpa_supplicant_8/src/common/ |
wpa_helpers.c | 128 printf("select: %s\n", strerror(errno));
|
/external/wpa_supplicant_8/src/wps/ |
wps_er_ssdp.c | 155 "%d (%s)", errno, strerror(errno));
|
/frameworks/av/media/libstagefright/rtsp/ |
ARTSPConnection.cpp | 386 ALOGE("err = %d (%s)", err, strerror(err)); 462 ALOGE("Error sending rtsp request. (%s)", strerror(errno)); 549 ALOGE("Error reading rtsp response. (%s)", strerror(errno)); 808 ALOGE("Error sending rtsp response (%s).", strerror(errno));
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
JpegCompressor.cpp | 58 __FUNCTION__, strerror(-res), res);
|
/frameworks/base/cmds/screencap/ |
screencap.cpp | 121 fprintf(stderr, "Error opening file: %s (%s)\n", fn, strerror(errno));
|
/frameworks/base/libs/usb/tests/accessorytest/ |
hid.c | 171 fprintf(stderr, "could not get event, %s\n", strerror(errno));
|
/frameworks/base/native/android/ |
storage_manager.cpp | 133 ALOGE("mountObb failed to resolve path %s: %s", rawPath, strerror(errno));
|
/frameworks/compile/libbcc/lib/Support/ |
FileBase.cpp | 308 ALOGE("Failed to remove file: %s - %s", mName.c_str(), ::strerror(res));
|
/frameworks/compile/mclinker/lib/Support/ |
ToolOutputFile.cpp | 66 << sys::strerror(m_FileHandle.error());
|
Completed in 732 milliseconds
<<31323334353637383940>>