Searched
full:strerror (Results
901 -
925 of
2323) sorted by null
<<31323334353637383940>>
/hardware/qcom/display/msm8084/libgralloc/ |
mapper.cpp | 71 handle, hnd->fd, strerror(errno)); 83 handle, hnd->fd_metadata, strerror(errno));
|
/hardware/qcom/display/msm8226/libgralloc/ |
gpu.cpp | 95 strerror(-eDataErr)); 173 ALOGE_IF(err, "gralloc failed err=%s", strerror(-err));
|
mapper.cpp | 71 handle, hnd->fd, strerror(errno)); 83 handle, hnd->fd_metadata, strerror(errno));
|
/hardware/qcom/display/msm8960/libgralloc/ |
gpu.cpp | 93 strerror(-eDataErr)); 156 ALOGE_IF(err, "gralloc failed err=%s", strerror(-err));
|
mapper.cpp | 70 handle, hnd->fd, strerror(errno)); 82 handle, hnd->fd_metadata, strerror(errno));
|
/hardware/qcom/display/msm8974/libgralloc/ |
gpu.cpp | 94 strerror(-eDataErr)); 162 ALOGE_IF(err, "gralloc failed err=%s", strerror(-err));
|
mapper.cpp | 70 handle, hnd->fd, strerror(errno)); 82 handle, hnd->fd_metadata, strerror(errno));
|
/prebuilts/tools/linux-x86/emulator/ |
emulator | |
/sdk/emulator/opengl/tests/event_injector/ |
sockets.h | 128 * equivalent to strerror(errno), but on Windows, this will 135 # define errno_str strerror(errno)
|
/system/core/adb/ |
file_sync_service.c | 67 D("mkdir(\"%s\") -> %s\n", name, strerror(errno)); 176 return fail_message(s, strerror(errno));
|
/system/core/liblog/ |
event_tag_map.c | 77 OUT_TAG, fileName, strerror(errno)); 92 OUT_TAG, fileName, strerror(errno));
|
/system/extras/procmem/ |
procmem.c | 136 fprintf(stderr, "error allocating map_info array: %s\n", strerror(errno)); 160 fprintf(stderr, "error allocating map_info: %s\n", strerror(errno));
|
/external/wpa_supplicant_8/src/radius/ |
radius_server.c | 960 wpa_printf(MSG_INFO, "sendto[RADIUS SRV]: %s", strerror(errno)); 1033 strerror(errno)); 1139 strerror(errno)); 1195 strerror(errno)); [all...] |
/system/security/keystore/ |
keystore.cpp | 118 KEYSTORE_HARDWARE_MODULE_ID, strerror(-rc)); 405 ALOGW("write failed: %s", strerror(errno)); 427 ALOGE("open: %s: %s", randomDevice, strerror(errno)); 616 ALOGW("could not open file: %s: %s", tmpFileName, strerror(errno)); 629 ALOGW("could not rename blob to %s: %s", filename, strerror(errno)); 860 ALOGW("couldn't open user directory: %s", strerror(errno)); [all...] |
/art/compiler/ |
elf_stripper.cc | 132 file->GetPath().c_str(), strerror(errno));
|
/art/runtime/base/ |
logging.cc | 138 data_->buffer << ": " << strerror(data_->error);
|
/art/runtime/ |
mem_map.cc | 267 *error_msg = StringPrintf("ashmem_create_region failed for '%s': %s", name, strerror(errno)); 375 strerror(saved_errno), maps.c_str()); 439 strerror(saved_errno), maps.c_str()); 530 tail_name, strerror(errno));
|
/bionic/benchmarks/ |
property_benchmark.cpp | 50 android_data, strerror(errno));
|
/bionic/linker/ |
linker_phdr.cpp | 147 DL_ERR("can't read file \"%s\": %s", name_, strerror(errno)); 231 DL_ERR("\"%s\" phdr mmap failed: %s", name_, strerror(errno)); 367 DL_ERR("couldn't map \"%s\" segment %zd: %s", name_, i, strerror(errno)); 392 DL_ERR("couldn't zero fill \"%s\" gap: %s", name_, strerror(errno));
|
/bootable/recovery/updater/ |
updater.c | 81 argv[3], strerror(err));
|
/development/ndk/platforms/android-12/arch-mips/symbols/ |
libc.so.functions.txt | 780 strerror
|
/development/ndk/platforms/android-12/arch-x86/symbols/ |
libc.so.functions.txt | 774 strerror
|
/development/ndk/platforms/android-14/arch-mips/symbols/ |
libc.so.functions.txt | 777 strerror
|
/development/ndk/platforms/android-14/arch-x86/symbols/ |
libc.so.functions.txt | 771 strerror
|
/development/ndk/platforms/android-17/arch-mips/symbols/ |
libc.so.functions.txt | 775 strerror
|
Completed in 3655 milliseconds
<<31323334353637383940>>