HomeSort by relevance Sort by last modified time
    Searched refs:strerror (Results 451 - 475 of 3260) sorted by null

<<11121314151617181920>>

  /device/generic/goldfish/wifi/ipv6proxy/
socket.cpp 66 return Result::error(strerror(errno));
79 return res == -1 ? Result::error(strerror(errno)) : Result::success();
89 return res == -1 ? Result::error(strerror(errno)) : Result::success();
99 return res == -1 ? Result::error(strerror(errno)) : Result::success();
110 return res == -1 ? Result::error(strerror(errno)) : Result::success();
120 return Result::error(strerror(errno));
140 return Result::error(strerror(errno));
168 return Result::error(strerror(errno));
182 return Result::error(strerror(errno));
197 return Result::error(strerror(errno))
    [all...]
  /external/ltp/testcases/kernel/io/direct_io/
diotest6.c 127 strerror(errno));
139 strerror(errno));
145 strerror(errno));
182 filename, strerror(errno));
187 filename, strerror(errno));
204 strerror(errno));
209 filename, strerror(errno));
226 strerror(errno));
231 filename, strerror(errno));
375 filename, strerror(errno))
    [all...]
  /frameworks/native/cmds/dumpstate/
DumpstateUtil.cpp 52 printf("*** sigprocmask failed: %s\n", strerror(errno));
64 printf("*** sigprocmask failed: %s\n", strerror(errno));
74 printf("*** sigtimedwait failed: %s\n", strerror(errno));
84 printf("*** waitpid failed: %s\n", strerror(errno));
199 dprintf(out_fd, "*** Error dumping %s: %s\n", path.c_str(), strerror(err));
202 strerror(err));
281 if (!silent) dprintf(fd, "*** fork: %s\n", strerror(errno));
282 MYLOGE("*** fork: %s\n", strerror(errno));
291 strerror(errno));
293 MYLOGE("*** could not drop root before running %s: %s\n", command, strerror(errno))
    [all...]
  /bootable/recovery/applypatch/
applypatch.cpp 62 printf("failed to stat \"%s\": %s\n", filename, strerror(errno));
69 printf("failed to open \"%s\": %s\n", filename, strerror(errno));
121 printf("failed to open emmc partition \"%s\": %s\n", partition, strerror(errno));
192 printf("failed to open \"%s\" for write: %s\n", filename, strerror(errno));
199 file->data.size(), strerror(errno));
203 printf("fsync of \"%s\" failed: %s\n", filename, strerror(errno));
207 printf("close of \"%s\" failed: %s\n", filename, strerror(errno));
228 printf("failed to open %s: %s\n", partition, strerror(errno));
236 printf("failed seek on %s: %s\n", partition, strerror(errno));
245 printf("failed write writing to %s: %s\n", partition, strerror(errno))
    [all...]
  /art/libartbase/base/
file_magic.cc 36 *error_msg = StringPrintf("Unable to open '%s' : %s", filename, strerror(errno));
53 *error_msg = StringPrintf("Failed to seek to beginning of file : %s", strerror(errno));
  /bionic/libc/private/
WriteProtected.h 77 strerror(errno));
82 strerror(errno));
  /bionic/tests/
dlfcn_symlink_support.cpp 72 ASSERT_TRUE(symlink(source_file_path.c_str(), link_path.c_str()) == 0) << strerror(errno);
77 ASSERT_TRUE(unlink(path.c_str()) == 0) << strerror(errno);
  /bootable/recovery/bootloader_message/
bootloader_message.cpp 59 blk_device.c_str(), tries, strerror(errno));
78 strerror(errno));
83 strerror(errno));
88 strerror(errno));
99 strerror(errno));
104 strerror(errno));
109 strerror(errno));
114 strerror(errno));
  /cts/hostsidetests/security/securityPatch/CVE-2016-0844/
poc.c 58 printf("%s, %s\n", __func__, strerror(errno));
73 printf("socket = %d, %s\n", sockfd, strerror(errno));
  /dalvik/libdex/
SysUtil.cpp 50 strerror(errno));
128 fd, (int) start, strerror(errno));
167 fd, (int) start, strerror(errno));
174 memPtr, length, strerror(err));
214 (int) actualLength, fd, (int) actualStart, strerror(errno));
267 alignAddr, alignLength, prot, strerror(errno));
287 pMap->baseAddr, pMap->baseLength, strerror(errno));
322 ALOGE("%s: write failed: %s", logMsg, strerror(err));
  /device/generic/goldfish/include/
qemu_pipe.h 97 D("%s: Could not open /dev/qemu_pipe: %s", __FUNCTION__, strerror(errno));
105 D("%s: Could not connect to %s pipe service: %s", __FUNCTION__, pipeName, strerror(errno));
  /device/generic/goldfish-opengl/system/OpenglSystemCommon/
qemu_pipe.h 85 D("%s: Could not open /dev/qemu_pipe: %s", __FUNCTION__, strerror(errno));
93 D("%s: Could not connect to %s pipe service: %s", __FUNCTION__, pipeName, strerror(errno));
  /device/google/marlin/dataservices/datatop/src/
datatop_fileops.c 72 fprintf(stderr, "Error: %s\n", strerror(errno));
131 fprintf(stderr, "Error opening file: %s\n", strerror(errno));
  /device/google/marlin/vibrator/
service.cpp 39 ALOGE("Failed to open %s (%d): %s", ENABLE_PATH, error, strerror(error));
46 ALOGE("Failed to open %s (%d): %s", AMPLITUDE_PATH, error, strerror(error));
  /external/autotest/client/deps/fakemodem/src/
fakenet.c 30 printf ("Error opening /dev/net/tun: %s\n", strerror (errno));
46 printf ("Error calling TUNSETIFF: %s\n", strerror (errno));
  /external/curl/tests/libtest/
lib541.c 50 errno, strerror(errno));
60 errno, strerror(errno));
  /external/dtc/tests/
incbin.c 43 FAIL("Couldn't open \"%s\": %s", name, strerror(errno));
53 FAIL("Error reading \"%s\": %s", name, strerror(errno));
  /external/fio/
gettime-thread.c 78 log_err("Can't create gtod thread: %s\n", strerror(ret));
84 log_err("Can't detach gtod thread: %s\n", strerror(ret));
  /external/iproute2/ip/
tunnel.c 82 fprintf(stderr, "create socket failed: %s\n", strerror(errno));
89 strerror(errno));
109 fprintf(stderr, "create socket failed: %s\n", strerror(errno));
116 strerror(errno));
136 fprintf(stderr, "create socket failed: %s\n", strerror(errno));
143 ifr.ifr_name, strerror(errno));
160 fprintf(stderr, "create socket failed: %s\n", strerror(errno));
167 cmd, strerror(errno));
  /external/kmod/tools/
insert.c 55 return strerror(-err);
95 ERR("Could not lookup module matching '%s': %s\n", name, strerror(-err));
  /external/libmicrohttpd/src/testcurl/https/
test_tls_options.c 51 strerror (errno));
111 fprintf (stderr, "Error: %s\n", strerror (errno));
  /external/linux-kselftest/tools/testing/selftests/media_tests/
media_device_test.c 80 printf("Media Device open errno %s\n", strerror(errno));
95 printf("Media Device Info errno %s\n", strerror(errno));
  /external/ltp/testcases/kernel/containers/pidns/
pidns06.c 87 *par_pid, ESRCH, errno, strerror(errno), ret);
102 ESRCH, errno, strerror(errno), ret);
pidns31.c 178 strerror(errno));
185 strerror(errno));
273 strerror(errno));
281 tst_resm(TBROK, "parent: clone() failed(%s)", strerror(errno));
294 strerror(errno));
305 strerror(errno));
315 tst_resm(TBROK, "parent: pipe is broken(%s)", strerror(errno));
323 tst_resm(TBROK, "parent: wait() failed(%s)", strerror(errno));
  /external/ltp/testcases/kernel/syscalls/fadvise/
posix_fadvise03.c 172 advise, strerror(TEST_RETURN));
178 strerror(TEST_RETURN),

Completed in 916 milliseconds

<<11121314151617181920>>