/ndk/sources/host-tools/ndk-stack/ |
D | ndk-stack.c | 84 dump_file, strerror(errno)); in main() 89 strerror(errno)); in main()
|
D | ndk-stack-parser.c | 367 sym_file, errno, strerror(errno)); in ParseFrame()
|
/ndk/sources/android/support/src/musl-locale/ |
D | strerror_l.c | 6 return strerror(err); in strerror_l()
|
/ndk/sources/cxx-stl/gabi++/tests/ |
D | malloc_lockup.cpp | 99 fprintf(stderr, "ERROR: Can't find library: %s\n", strerror(errno)); in main() 123 n + 1, strerror(errno)); in main()
|
/ndk/sources/android/cpufeatures/ |
D | cpu-features.c | 146 D("Can't open %s: %s\n", pathname, strerror(errno)); in get_file_size() 155 D("Error while reading %s: %s\n", pathname, strerror(errno)); in get_file_size() 179 D("Could not open %s: %s\n", pathname, strerror(errno)); in read_file() 188 D("Error while reading from %s: %s\n", pathname, strerror(errno)); in read_file() 444 D("Could not read %s: %s\n", filename, strerror(errno)); in cpulist_read_from() 552 D("Could not open %s: %s\n", filepath, strerror(errno)); in get_elf_hwcap_from_proc_self_auxv() 562 D("Error while reading %s: %s\n", filepath, strerror(errno)); in get_elf_hwcap_from_proc_self_auxv()
|
/ndk/sources/host-tools/make-3.81/ |
D | misc.c | 292 #undef strerror 295 strerror (int errnum) in strerror() function 316 error (NILF, _("%s%s: %s"), str, name, strerror (errno)); in perror_with_name() 324 fatal (NILF, _("%s: %s"), name, strerror (errno)); in pfatal_with_name() 892 error (NILF, _("write error: %s"), strerror (errno)); in close_stdout()
|
D | make.h | 278 #undef strerror 280 extern char *strerror PARAMS ((int errnum));
|
D | config.ami | 268 /* Define if you have the strerror function. */
|
D | config.h.in | 230 /* Define to 1 if you have the `strerror' function. */
|
D | config.h-vms | 294 /* Define if you have the strerror function. */
|
D | config.log | 189 configure:3451: checking for library containing strerror
|
/ndk/tests/device/test-wait/jni/ |
D | test_wait.c | 47 fprintf(stderr, "ERROR: fork() failed: %s\n", strerror(errno)); in check_wait_call()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | cstring_test.cpp | 53 CPPUNIT_CHECK( std::strerror(0) != NULL ); in import_checks()
|
/ndk/tests/device/test-stlport/unit/ |
D | cstring_test.cpp | 53 CPPUNIT_CHECK( std::strerror(0) != NULL ); in import_checks()
|
/ndk/sources/cxx-stl/stlport/stlport/using/ |
D | cstring | 19 using _STLP_VENDOR_CSTD::strerror;
|
/ndk/sources/host-tools/make-3.81/config/ |
D | isc-posix.m4 | 24 AC_CHECK_LIB(cposix, strerror, [LIBS="$LIBS -lcposix"])
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cstring | 53 char* strerror(int errnum); 107 using ::strerror;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | string_h.pass.cpp | 46 static_assert((std::is_same<decltype(strerror(0)), char*>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/ |
D | cstring.pass.cpp | 51 static_assert((std::is_same<decltype(std::strerror(0)), char*>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | system_error.cpp | 48 return string(strerror(ev)); in message()
|
/ndk/sources/cxx-stl/system/include/ |
D | cstring | 55 using ::strerror;
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | cstring | 55 using ::strerror;
|
/ndk/sources/host-tools/ndk-depends/ |
D | ndk-depends.cc | 151 fprintf(stderr, ": %s", strerror(old_errno)); in vmessage() 720 error->assign(TO_STRING(strerror(errno))); in Open() 725 error->assign(TO_STRING(strerror(errno))); in Open() 863 LOG("Could not stat(): %s: %s\n", dirpath.c_str(), strerror(errno)); in AddHostLdSoConfPaths() 972 LOG2(_T("%s\n"), TO_CONST_TCHAR(strerror(errno))); in FindLibraryPath()
|
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-port.h | 1790 inline const char* StrError(int errnum) { return strerror(errnum); }
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | execution_monitor.ipp | 52 namespace std { using ::strerror; using ::strlen; using ::strncat; } 1306 … "system_error produced by: %s: %s", ex.p_failed_exp.get(), std::strerror( ex.p_errno ) ); }
|