/system/core/adb/ |
test_track_devices.c | 12 fprintf(stderr, "PANIC: %s: %s\n", msg, strerror(errno));
|
test_track_jdwp.c | 12 fprintf(stderr, "PANIC: %s: %s\n", msg, strerror(errno));
|
/system/core/debuggerd/x86_64/ |
machine.cpp | 36 _LOG(log, logtype::ERROR, "cannot get registers: %s\n", strerror(errno));
|
/system/core/fastbootd/commands/ |
flash.h | 61 D(ERR, "Read error:%s", strerror(errno));
|
/system/core/toolbox/ |
getsebool.c | 35 argv[0], strerror(errno));
|
/system/extras/tests/bionic/libstdc++/ |
test_cstring.cpp | 53 using std::strerror;
|
/external/bison/lib/ |
string.in.h | 942 # undef strerror macro 943 # define strerror macro 950 _GL_CXXALIASWARN (strerror); variable 952 # undef strerror macro [all...] |
/system/core/init/ |
init.c | 286 getpid(), svc->ioprio_class, svc->ioprio_pri, strerror(errno)); 311 ERROR("setgid failed: %s\n", strerror(errno)); 317 ERROR("setgroups failed: %s\n", strerror(errno)); 323 ERROR("setuid failed: %s\n", strerror(errno)); 329 ERROR("cannot setexeccon('%s'): %s\n", svc->seclabel, strerror(errno)); 336 ERROR("cannot execve('%s'): %s\n", svc->args[0], strerror(errno)); 619 ERROR("Failed to open /dev/hw_random: %s\n", strerror(errno)); 627 ERROR("Failed to open /dev/urandom: %s\n", strerror(errno)); 635 ERROR("Failed to read from /dev/hw_random: %s\n", strerror(errno)); 644 ERROR("Failed to write to /dev/urandom: %s\n", strerror(errno)) [all...] |
/cts/tests/tests/permission/jni/ |
android_permission_cts_FileUtils.cpp | 109 cPath.c_str(), result, strerror(errno), errno); 191 cPath.c_str(), result, strerror(errno), errno);
|
/dalvik/libdex/ |
CmdUtils.cpp | 60 outFileName, strerror(errno)); 180 fileName, strerror(errno));
|
/device/generic/goldfish/opengl/system/OpenglSystemCommon/ |
QemuPipeStream.cpp | 113 ERR("QemuPipeStream::writeFully failed: %s\n", strerror(errno)); 139 buf, strerror(errno));
|
/external/bison/ |
Android.mk | 122 lib/strerror-override.c \ 123 lib/strerror.c \
|
/external/bluetooth/bluedroid/osi/src/ |
thread.c | 121 ALOGE("%s unable to allocate memory: %s", __func__, strerror(errno)); 149 ALOGE("%s unable to set thread name: %s", __func__, strerror(errno));
|
/external/chromium_org/media/base/android/ |
webaudio_media_codec_bridge.cc | 52 << ": " << strerror(errno); 70 << ": " << strerror(errno);
|
/external/chromium_org/net/tools/flip_server/ |
acceptor_thread.cc | 128 << strerror(errno); 144 << strerror(errno);
|
/external/chromium_org/ppapi/generators/ |
idl_outfile.py | 129 except IOError as (errno, strerror): 130 ErrOut.Log("I/O error(%d): %s" % (errno, strerror))
|
/external/chromium_org/third_party/libusb/src/libusb/ |
strerror.c | 2 * libusb strerror code 37 * <li> Download the latest \c strerror.c from:<br>
|
/external/chromium_org/third_party/opus/src/doc/ |
trivial_example.c | 91 fprintf(stderr, "failed to open file: %s\n", strerror(errno)); 107 fprintf(stderr, "failed to open file: %s\n", strerror(errno));
|
/external/chromium_org/third_party/skia/src/core/ |
SkUtilsArm.cpp | 61 SkDebugf("Could not open /proc/cpuinfo: %s\n", strerror(errno)); 73 SkDebugf("Could not read /proc/cpuinfo: %s\n", strerror(errno));
|
/external/chromium_org/v8/src/ |
d8-posix.cc | 284 isolate->ThrowException(String::NewFromUtf8(isolate, strerror(err))); 306 String::NewFromUtf8(isolate, strerror(errno))); 543 String::NewFromUtf8(args.GetIsolate(), strerror(errno))); 578 isolate->ThrowException(String::NewFromUtf8(isolate, strerror(errno))); 582 isolate->ThrowException(String::NewFromUtf8(isolate, strerror(EEXIST))); 597 isolate->ThrowException(String::NewFromUtf8(isolate, strerror(errno))); 608 isolate->ThrowException(String::NewFromUtf8(isolate, strerror(errno))); 611 isolate->ThrowException(String::NewFromUtf8(isolate, strerror(errno)));
|
/external/chromium_org/v8/tools/testrunner/server/ |
daemon.py | 44 sys.stderr.write("fork #1 failed: %d (%s)\n" % (e.errno, e.strerror)) 59 sys.stderr.write("fork #2 failed: %d (%s)\n" % (e.errno, e.strerror))
|
/external/fio/ |
libfio.c | 243 log_err("fio: %s failed to get file flags: %s\n", who, strerror(errno)); 249 log_err("fio: %s failed to get file flags: %s\n", who, strerror(errno));
|
/external/freetype/src/gzip/ |
zutil.h | 149 extern char *strerror OF((int)); 150 # define zstrerror(errnum) strerror(errnum)
|
/external/libcap-ng/libcap-ng-0.7/utils/ |
filecap.c | 113 argv[i], strerror(errno)); 175 strerror(errno));
|
/external/libopus/doc/ |
trivial_example.c | 91 fprintf(stderr, "failed to open file: %s\n", strerror(errno)); 107 fprintf(stderr, "failed to open file: %s\n", strerror(errno));
|