Home
last modified time | relevance | path

Searched refs:strerror (Results 1 – 25 of 33) sorted by relevance

12

/ndk/sources/host-tools/ndk-stack/
Dndk-stack.c84 dump_file, strerror(errno)); in main()
89 strerror(errno)); in main()
Dndk-stack-parser.c367 sym_file, errno, strerror(errno)); in ParseFrame()
/ndk/sources/android/support/src/musl-locale/
Dstrerror_l.c6 return strerror(err); in strerror_l()
/ndk/sources/cxx-stl/gabi++/tests/
Dmalloc_lockup.cpp99 fprintf(stderr, "ERROR: Can't find library: %s\n", strerror(errno)); in main()
123 n + 1, strerror(errno)); in main()
/ndk/sources/android/cpufeatures/
Dcpu-features.c146 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/
Dmisc.c292 #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()
Dmake.h278 #undef strerror
280 extern char *strerror PARAMS ((int errnum));
Dconfig.ami268 /* Define if you have the strerror function. */
Dconfig.h.in230 /* Define to 1 if you have the `strerror' function. */
Dconfig.h-vms294 /* Define if you have the strerror function. */
Dconfig.log189 configure:3451: checking for library containing strerror
/ndk/tests/device/test-wait/jni/
Dtest_wait.c47 fprintf(stderr, "ERROR: fork() failed: %s\n", strerror(errno)); in check_wait_call()
/ndk/tests/device/test-gnustl-full/unit/
Dcstring_test.cpp53 CPPUNIT_CHECK( std::strerror(0) != NULL ); in import_checks()
/ndk/tests/device/test-stlport/unit/
Dcstring_test.cpp53 CPPUNIT_CHECK( std::strerror(0) != NULL ); in import_checks()
/ndk/sources/cxx-stl/stlport/stlport/using/
Dcstring19 using _STLP_VENDOR_CSTD::strerror;
/ndk/sources/host-tools/make-3.81/config/
Disc-posix.m424 AC_CHECK_LIB(cposix, strerror, [LIBS="$LIBS -lcposix"])
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcstring53 char* strerror(int errnum);
107 using ::strerror;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dstring_h.pass.cpp46 static_assert((std::is_same<decltype(strerror(0)), char*>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
Dcstring.pass.cpp51 static_assert((std::is_same<decltype(std::strerror(0)), char*>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dsystem_error.cpp48 return string(strerror(ev)); in message()
/ndk/sources/cxx-stl/system/include/
Dcstring55 using ::strerror;
/ndk/sources/cxx-stl/gabi++/include/
Dcstring55 using ::strerror;
/ndk/sources/host-tools/ndk-depends/
Dndk-depends.cc151 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/
Dgtest-port.h1790 inline const char* StrError(int errnum) { return strerror(errnum); }
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dexecution_monitor.ipp52 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 ) ); }

12