/external/mesa3d/src/glx/apple/ |
apple_glx_drawable.c | 53 __func__, strerror(err)); 67 __func__, strerror(err)); 99 fprintf(stderr, "pthread_mutex_lock error: %s\n", strerror(err)); 112 fprintf(stderr, "pthread_mutex_unlock error: %s\n", strerror(err)); 182 fprintf(stderr, "pthread_mutex_destroy error: %s\n", strerror(err)); 252 fprintf(stderr, "pthread_mutexattr_init error: %s\n", strerror(err)); 264 fprintf(stderr, "error: setting pthread mutex type: %s\n", strerror(err)); 271 fprintf(stderr, "pthread_mutex_init error: %s\n", strerror(err));
|
/external/valgrind/main/drd/tests/ |
rwlock_test.c | 16 #include <string.h> /* strerror() */ 92 printf("failed to create thread %d: %s\n", i, strerror(err));
|
/external/valgrind/main/none/tests/ |
pth_atfork1.c | 31 #include <string.h> /* strerror */ 37 errnum ? strerror(errnum) : "");
|
/frameworks/av/services/camera/libcameraservice/device3/ |
Camera3OutputStream.cpp | 115 __FUNCTION__, mId, strerror(-res), res); 176 __FUNCTION__, mId, strerror(-res), res); 204 " %s (%d)", __FUNCTION__, mId, strerror(-res), res); 221 "%s (%d)", __FUNCTION__, mId, strerror(-res), res); 262 __FUNCTION__, transform, strerror(-res), res); 298 __FUNCTION__, strerror(-res), res); 360 __FUNCTION__, mTransform, strerror(-res), res); 388 __FUNCTION__, mId, res, strerror(-res));
|
/frameworks/base/cmds/idmap/ |
idmap.cpp | 136 ALOGD("error: failed to read apk %s: %s\n", target_apk_path, strerror(errno)); 141 ALOGD("error: failed to read apk %s: %s\n", overlay_apk_path, strerror(errno)); 157 ALOGD("error: failed to read apk %s: %s\n", target_apk_path, strerror(errno)); 162 ALOGD("error: failed to read apk %s: %s\n", overlay_apk_path, strerror(errno)); 178 ALOGD("error: no read access to %s: %s\n", overlay_dir, strerror(errno)); 183 ALOGD("error: failed to read apk %s: %s\n", target_apk_path, strerror(errno)); 188 ALOGD("error: no write access to %s: %s\n", idmap_dir, strerror(errno)); 199 ALOGD("error: failed to read idmap %s: %s\n", idmap_path, strerror(errno));
|
/frameworks/base/services/core/jni/ |
com_android_server_PersistentDataBlockService.cpp | 61 ALOGE("Something went wrong secure discarding block: %s\n", strerror(errno)); 66 ALOGE("Discard failed: %s\n", strerror(errno));
|
/frameworks/compile/mclinker/lib/Support/Unix/ |
System.inc | 23 char *strerror(int errnum) 25 return std::strerror(errnum);
|
/hardware/libhardware_legacy/wifi/ |
wifi.c | 167 modname, strerror(errno)); 212 ALOGW("Could not open %s: %s", MODULE_FILE, strerror(errno)); 304 ALOGE("Cannot set RW to \"%s\": %s", SUPP_ENTROPY_FILE, strerror(errno)); 311 ALOGE("Cannot create \"%s\": %s", SUPP_ENTROPY_FILE, strerror(errno)); 316 ALOGE("Error writing \"%s\": %s", SUPP_ENTROPY_FILE, strerror(errno)); 325 SUPP_ENTROPY_FILE, strerror(errno)); 332 SUPP_ENTROPY_FILE, AID_WIFI, strerror(errno)); 351 ALOGE("Cannot set RW to \"%s\": %s", config_file, strerror(errno)); 356 ALOGE("Cannot access \"%s\": %s", config_file, strerror(errno)); 362 ALOGE("Cannot open \"%s\": %s", SUPP_CONFIG_TEMPLATE, strerror(errno)) [all...] |
/hardware/qcom/display/msm8960/libgenlock/ |
genlock.cpp | 94 lockType, strerror(errno), hnd->fd); 104 ,__FUNCTION__, lockType, strerror(errno), hnd->fd); 152 strerror(errno)); 160 strerror(errno)); 169 strerror(errno)); 237 strerror(errno)); 246 strerror(errno)); 339 strerror(errno));
|
/ndk/sources/host-tools/ndk-stack/ |
ndk-stack.c | 84 dump_file, strerror(errno)); 89 strerror(errno));
|
/prebuilts/misc/common/swig/include/2.0.11/guile/ |
ports.i | 35 scm_misc_error("$symname", strerror(errno), SCM_EOL); 39 scm_misc_error("$symname", strerror(errno), SCM_EOL);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
symlink_support.py | 85 strerror = format_system_message(value) 86 raise WindowsError(value, strerror)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
symlink_support.py | 85 strerror = format_system_message(value) 86 raise WindowsError(value, strerror)
|
/system/core/fs_mgr/ |
fs_mgr_verity.c | 127 ERROR("Error opening block device (%s)", strerror(errno)); 163 ERROR("Could not open block device %s (%s).\n", block_device, strerror(errno)); 274 ERROR("Error creating device mapping (%s)", strerror(errno)); 284 ERROR("Error fetching verity device number (%s)", strerror(errno)); 289 ERROR("Error getting verity block device name (%s)", strerror(errno)); 329 ERROR("Error loading verity table (%s)", strerror(errno)); 340 ERROR("Error activating verity device (%s)", strerror(errno)); 414 ERROR("Error opening device mapper (%s)", strerror(errno));
|
/system/core/toolbox/ |
chmod.c | 38 fprintf(stderr, "Unable to chmod %s: %s\n", subpath, strerror(errno)); 92 fprintf(stderr, "Unable to chmod %s: %s\n", argv[i], strerror(errno));
|
cmp.c | 52 fprintf(stderr, "could not open %s, %s\n", argv[optind], strerror(errno)); 58 fprintf(stderr, "could not open %s, %s\n", argv[optind+1], strerror(errno));
|
hd.c | 54 fprintf(stderr, "could not open %s, %s\n", argv[optind], strerror(errno)); 85 printf("Read error on %s, offset %d len %d, %s\n", argv[optind], filepos, read_len, strerror(errno));
|
nandread.c | 105 fprintf(stderr, "cannot open %s, %s\n", devname, strerror(errno)); 112 fprintf(stderr, "cannot open %s, %s\n", filename, strerror(errno)); 120 fprintf(stderr, "cannot open %s, %s\n", statusfilename, strerror(errno)); 128 devname, strerror(errno)); 154 devname, strerror(errno)); 167 devname, strerror(errno)); 184 devname, strerror(errno)); 211 devname, strerror(errno));
|
/system/extras/latencytop/ |
latencytop.c | 181 fprintf(stderr, "Could not open global latency stats file: %s\n", strerror(errno)); 190 fprintf(stderr, "Could not open global latency stats file: %s\n", strerror(errno)); 242 fprintf(stderr, "Could not open %s: %s\n", filename, strerror(errno)); 256 fprintf(stderr, "Could not open %s: %s\n", filename, strerror(errno)); 280 fprintf(stderr, "Could not allocate latency entry: %s\n", strerror(errno)); 312 fprintf(stderr, "Could not open %s: %s\n", SYSCTL_FILE, strerror(errno)); 334 fprintf(stderr, "Could not read latency file version: %s\n", strerror(errno)); 383 fprintf(stderr, "Error allocating array: %s\n", strerror(errno));
|
/frameworks/native/cmds/installd/ |
utils.c | 253 ALOGE("Couldn't openat %s: %s\n", name, strerror(errno)); 259 ALOGE("Couldn't fdopendir %s: %s\n", name, strerror(errno)); 269 ALOGE("Couldn't unlinkat %s: %s\n", name, strerror(errno)); 274 ALOGE("Couldn't unlinkat %s: %s\n", name, strerror(errno)); 292 ALOGE("Couldn't opendir %s: %s\n", pathname, strerror(errno)); 299 ALOGE("Couldn't rmdir %s: %s\n", pathname, strerror(errno)); 313 ALOGE("Couldn't openat %s: %s\n", name, strerror(errno)); 318 ALOGE("Couldn't fdopendir %s: %s\n", name, strerror(errno)); 351 ALOGE("Couldn't fdopendir: %s\n", strerror(errno)); 364 ALOGW("Couldn't copy %s: %s\n", name, strerror(errno)) [all...] |
/frameworks/av/services/camera/libcameraservice/api1/ |
Camera2Client.cpp | 87 __FUNCTION__, mCameraId, strerror(-res), res); 577 __FUNCTION__, strerror(-res), res); 588 __FUNCTION__, strerror(-res), res); 642 " %s (%d)", __FUNCTION__, mCameraId, strerror(-res), res); 677 __FUNCTION__, mCameraId, strerror(-res), res); 756 __FUNCTION__, mCameraId, strerror(-res), res); 775 __FUNCTION__, mCameraId, strerror(-res), res); 801 strerror(-res), res); 809 __FUNCTION__, mCameraId, strerror(-res), res); 823 __FUNCTION__, mCameraId, strerror(-res), res) [all...] |
/external/ipsec-tools/src/racoon/ |
admin.c | 112 strerror(errno)); 122 strerror(errno)); 146 strerror(errno)); 376 strerror(errno)); 385 strerror(errno)); 534 strerror(errno)); 577 "socket: %s\n", strerror(errno)); 586 sunaddr.sun_path, strerror(errno)); 595 adminsock_group, strerror(errno)); 603 sunaddr.sun_path, adminsock_mode, strerror(errno)) [all...] |
/hardware/ti/omap4-aah/ion/ |
ion_test_2.c | 59 printf("%s() failed: %s\n", __func__, strerror(ret)); 87 __func__, i, handle[i], strerror(ret)); 100 __func__, i, handle[i], strerror(ret)); 179 __func__, i, handle[i], strerror(ret)); 199 __func__, i, handle[i], strerror(ret)); 220 __func__, i, handle[i], strerror(ret)); 236 __func__, i, handle[i], strerror(ret)); 285 __func__, i, handle[i], strerror(ret)); 297 __func__, i, handle[i], strerror(ret)); 308 __func__, i, handle[i], strerror(ret)) [all...] |
/bootable/recovery/tools/ota/ |
check-lost+found.c | 52 fprintf(stderr, "Can't write %s: %s\n", kOutputFile, strerror(errno)); 90 fprintf(out, "Can't write %s: %s\n", kMarkerFile, strerror(errno)); 102 fprintf(out, "Can't open %s: %s\n", fn, strerror(errno)); 122 fprintf(out, "Can't read kernel log: %s\n", strerror(errno));
|
/build/libs/host/ |
CopyFile.c | 128 "acp: failed reading '%s': %s\n", src, strerror(errno)); 136 "acp: failed writing '%s': %s\n", dst, strerror(errno)); 175 dst, strerror(errno))); 185 dst, pSrcStat->st_mode & ~(S_IFMT), strerror(errno))); 193 dst, pSrcStat->st_uid, pSrcStat->st_gid, strerror(errno))); 245 fprintf(stderr, "acp: unable to open '%s': %s\n", src, strerror(errno)); 257 "acp: cannot create '%s': %s\n", dst, strerror(errno)); 274 dst, strerror(errno)); 286 dst, strerror(errno)); 391 src, strerror(errno)) [all...] |