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

<<11121314151617181920>>

  /external/ltp/testcases/open_posix_testsuite/functional/threads/pi_test/
pitest-3.c 108 "%d %s", tp->name, tp->index, rc, strerror(rc));
128 "%d %s", tp->name, tp->index, rc, strerror(rc));
149 tp->name, tp->index, rc, strerror(rc));
205 "%d %s", tp->name, tp->index, rc, strerror(rc));
232 "slept %f", rc, strerror(rc), t1 - t0);
260 "slept %f", rc, strerror(rc), t1 - t0);
294 EPRINTF("UNRESOLVED: pthread_create: %d %s", rc, strerror(rc));
305 rc, strerror(rc));
317 rc, strerror(rc));
327 EPRINTF("UNRESOLVED: pthread_create: %d %s", rc, strerror(rc))
    [all...]
  /external/selinux/semodule-utils/semodule_package/
semodule_unpackage.c 34 fprintf(stderr, "%s: Could not open file %s: %s\n", progname, strerror(errno), filename);
90 fprintf(stderr, "%s: Could not open file %s: %s\n", progname, strerror(errno), fcfile);
95 fprintf(stderr, "%s: Could not write file %s: %s\n", progname, strerror(errno), fcfile);
  /external/vboot_reference/futility/
file_type.c 84 filename, strerror(errno));
90 strerror(errno));
120 filename, strerror(errno));
  /external/wpa_supplicant_8/src/drivers/
driver_wired.c 127 wpa_printf(MSG_ERROR, "recv: %s", strerror(errno));
145 wpa_printf(MSG_ERROR, "recv: %s", strerror(errno));
179 strerror(errno));
193 strerror(errno));
205 wpa_printf(MSG_ERROR, "bind: %s", strerror(errno));
221 strerror(errno));
235 strerror(errno));
253 strerror(errno));
259 strerror(errno));
269 strerror(errno))
    [all...]
  /hardware/qcom/display/msm8084/libqdutils/
idle_invalidator.cpp 61 __FUNCTION__, IDLE_NOTIFY_PATH, strerror(errno));
69 __FUNCTION__, IDLE_TIME_PATH, strerror(errno));
80 __FUNCTION__, IDLE_TIME_PATH, strerror(errno));
  /hardware/qcom/display/msm8226/libqdutils/
idle_invalidator.cpp 61 __FUNCTION__, IDLE_NOTIFY_PATH, strerror(errno));
69 __FUNCTION__, IDLE_TIME_PATH, strerror(errno));
80 __FUNCTION__, IDLE_TIME_PATH, strerror(errno));
  /system/sepolicy/tools/sepolicy-analyze/
utils.c 34 fprintf(stderr, "Can't open '%s': %s\n", filename, strerror(errno));
38 fprintf(stderr, "Can't stat '%s': %s\n", filename, strerror(errno));
44 fprintf(stderr, "Can't mmap '%s': %s\n", filename, strerror(errno));
  /bootable/recovery/tests/unit/
dirutil_test.cpp 58 ASSERT_EQ(0, stat(path.c_str(), &sb)) << strerror(errno);
76 ASSERT_EQ(0, stat((prefix + "/a").c_str(), &sb)) << strerror(errno);
95 ASSERT_EQ(0, stat(path.c_str(), &sb)) << strerror(errno);
101 ASSERT_EQ(0, stat((prefix + "/a").c_str(), &sb)) << strerror(errno);
  /build/make/tools/libhost/
CopyFile.c 128 "acp: failed reading '%s': %s\n", src, strerror(errno));
136 "acp: failed writing '%s': %s\n", dst, strerror(errno));
175 dst, strerror(errno)));
185 dst, pSrcStat->st_mode & ~(S_IFMT), strerror(errno)));
193 dst, pSrcStat->st_uid, pSrcStat->st_gid, strerror(errno)));
245 fprintf(stderr, "acp: unable to open '%s': %s\n", src, strerror(errno));
257 "acp: cannot create '%s': %s\n", dst, strerror(errno));
274 dst, strerror(errno));
286 dst, strerror(errno));
402 src, strerror(errno))
    [all...]
  /device/generic/goldfish/camera/
EmulatedCameraHotplugThread.cpp 77 __FUNCTION__, it->CameraID, strerror(errno),
92 __FUNCTION__, strerror(errno), errno);
110 __FUNCTION__, strerror(errno), errno);
154 __FUNCTION__, strerror(errno),
235 __FUNCTION__, filePath.string(), strerror(errno), errno);
242 __FUNCTION__, filePath.string(), strerror(errno), errno);
294 __FUNCTION__, camPath.string(), strerror(errno),
318 __FUNCTION__, cameraId, strerror(errno),
344 __FUNCTION__, filePath.string(), strerror(errno), errno);
  /device/generic/goldfish/libqemu/
test_util.c 65 __FUNCTION__, port, strerror(errno));
79 fprintf(stderr, "%s: Could not open '%s' pipe: %s\n", __FUNCTION__, pipename, strerror(errno));
95 fprintf(stderr, "%s: error: %s\n", __FUNCTION__, strerror(errno));
118 fprintf(stderr, "%s: error: %s\n", __FUNCTION__, strerror(errno));
  /device/generic/goldfish/wifi/ipv6proxy/
interface.cpp 49 mName.c_str(), strerror(errno));
55 mName.c_str(), strerror(errno));
69 mName.c_str(), strerror(errno));
85 mName.c_str(), strerror(errno));
  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedCameraHotplugThread.cpp 70 __FUNCTION__, it->CameraID, strerror(errno), errno);
82 ALOGE("%s: close failure error: '%s' (%d)", __FUNCTION__, strerror(errno),
101 strerror(errno), errno);
143 strerror(errno), errno);
218 filePath.string(), strerror(errno), errno);
225 __FUNCTION__, filePath.string(), strerror(errno), errno);
274 camPath.string(), strerror(errno), errno);
295 __FUNCTION__, cameraId, strerror(errno), errno);
318 filePath.string(), strerror(errno), errno);
  /external/autotest/client/cros/
rtc.py 42 except IOError as (errnum, strerror):
  /external/bsdiff/
logging.cc 29 stream_ << ": " << strerror(error_);
  /external/chromium-trace/catapult/systrace/atrace_helper/jni/
logging.h 15 strerror(ERR)
  /external/compiler-rt/test/asan/TestCases/Posix/
glob.cc 24 printf("%d %s\n", errno, strerror(errno));
  /external/compiler-rt/test/msan/Linux/
glob.cc 19 printf("%d %s\n", errno, strerror(errno));
  /external/fio/
mutex.c 46 log_err("pthread_condattr_init: %s\n", strerror(ret));
53 log_err("pthread_condattr_setpshared: %s\n", strerror(ret));
59 log_err("pthread_cond_init: %s\n", strerror(ret));
73 log_err("pthread_mutexattr_init: %s\n", strerror(ret));
83 log_err("pthread_mutexattr_setpshared: %s\n", strerror(ret));
89 log_err("pthread_mutex_init: %s\n", strerror(ret));
287 log_err("pthread_rwlockattr_init: %s\n", strerror(ret));
293 log_err("pthread_rwlockattr_setpshared: %s\n", strerror(ret));
303 log_err("pthread_rwlock_init: %s\n", strerror(ret));
  /external/iproute2/lib/
exec.c 38 cmd, strerror(errno));
  /external/libdrm/exynos/
exynos_drm.c 62 strerror(errno));
111 strerror(errno));
119 strerror(errno));
159 strerror(errno));
217 strerror(errno));
223 strerror(errno));
260 strerror(errno));
299 strerror(errno));
374 strerror(errno));
  /external/libnetfilter_conntrack/utils/
conntrack_flush.c 24 printf("(%d)(%s)\n", ret, strerror(errno));
expect_flush.c 24 printf("(%d)(%s)\n", ret, strerror(errno));
  /external/libxml2/win32/wince/
wincecompat.c 13 char *strError[]= {"Error 0","","No such file or directory","","","","","Arg list too long",
62 char *strerror(int errnum) function
65 return strError[MAX_STRERROR];
67 return strError[errnum];
  /external/linux-kselftest/tools/testing/selftests/watchdog/
watchdog-test.c 106 printf("WDIOC_GETBOOTSTATUS errno '%s'\n", strerror(errno));
114 printf("WDIOS_DISABLECARD errno '%s'\n", strerror(errno));
122 printf("WDIOS_ENABLECARD errno '%s'\n", strerror(errno));
136 printf("WDIOC_SETTIMEOUT errno '%s'\n", strerror(errno));

Completed in 346 milliseconds

<<11121314151617181920>>