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

<<11121314151617181920>>

  /frameworks/av/services/camera/libcameraservice/api1/client2/
StreamingProcessor.cpp 127 "%s (%d)", __FUNCTION__, mId, strerror(-res), res);
136 strerror(-res), res);
144 __FUNCTION__, mId, strerror(-res), res);
168 "%s (%d)", __FUNCTION__, mId, strerror(-res), res);
179 "%s (%d)", __FUNCTION__, mId, strerror(-res), res);
186 strerror(-res), res);
200 __FUNCTION__, mId, strerror(-res), res);
209 "%s (%d)", __FUNCTION__, mId, strerror(-res), res);
235 __FUNCTION__, strerror(-res), res);
241 __FUNCTION__, strerror(-res), res)
    [all...]
  /frameworks/native/cmds/rawbu/
backup.cpp 76 path, strerror(errno));
127 nameBuffer, strerror(errno));
145 newpath, strerror(errno));
163 nameBuffer, strerror(errno));
177 fprintf(stderr, "unable to write int32 (%d bytes): %s\n", res, strerror(errno));
188 fprintf(stderr, "unable to write int64 (%d bytes): %s\n", res, strerror(errno));
208 amt, origSize, srcName, errno != 0 ? strerror(errno) : "unexpected EOF");
211 amt, origSize, errno != 0 ? strerror(errno) : "unexpected EOF");
219 writeLen, readLen, destName, strerror(errno));
222 writeLen, readLen, strerror(errno))
    [all...]
  /device/generic/goldfish/wifi/execns/
execns.cpp 97 nsPath, ns, strerror(errno));
112 LOGE("Error reading from file %s: %s", nsPath, strerror(errno));
138 ns, nsPath, strerror(errno));
144 ns, strerror(errno));
196 LOGE("Could not execute command: %s", strerror(error));
209 sncatf(buffer, sizeof(buffer), "': %s", strerror(error));
  /external/linux-kselftest/tools/testing/selftests/sigaltstack/
sas.c 62 ksft_exit_fail_msg("sigaltstack() - %s\n", strerror(errno));
122 ksft_exit_fail_msg("mmap() - %s\n", strerror(errno));
128 ksft_exit_fail_msg("sigaltstack() - %s\n", strerror(errno));
158 strerror(errno));
166 ksft_exit_fail_msg("mmap() - %s\n", strerror(errno));
178 ksft_exit_fail_msg("sigaltstack() - %s\n", strerror(errno));
  /external/ltp/testcases/kernel/io/direct_io/
diotest_routines.c 121 f1, strerror(errno));
126 f2, strerror(errno));
174 strerror(errno));
181 strerror(errno));
207 cpid, strerror(errno));
230 i, cpid, strerror(errno));
  /external/selinux/libselinux/utils/
matchpathcon.c 31 strerror(errno));
110 errno ? strerror(errno) : "invalid");
119 errno ? strerror(errno) : "invalid");
135 errno ? strerror(errno) : "invalid");
170 printf("%s error: %s\n", path, strerror(errno));
190 strerror(errno));
  /frameworks/native/libs/vr/libvrflinger/
epoll_event_dispatcher.cpp 16 ALOGE("Failed to create epoll fd: %s", strerror(errno));
22 ALOGE("Failed to create event for epolling: %s", strerror(errno));
31 ALOGE("Failed to add eventfd to epoll set because: %s", strerror(errno));
60 ALOGE("Failed to add fd to epoll set because: %s", strerror(error));
74 ALOGE("Failed to remove fd from epoll set because: %s", strerror(error));
94 strerror(-error));
  /device/generic/goldfish/libqemu/
test_host_2.c 97 fprintf(stderr, "Could not start server: %s\n", strerror(errno));
104 fprintf(stderr, "Server error: %s\n", strerror(errno));
116 fprintf(stderr, "Client read error: %s\n", strerror(errno));
  /device/google/marlin/health/
LearnedCapacityBackupRestore.cpp 63 LOG(ERROR) << "Write file error: " << strerror(errno);
70 LOG(ERROR) << "Read cycle counter error: " << strerror(errno);
90 LOG(ERROR) << "Write data error: " << strerror(errno);
  /device/google/marlin/vibrator/
Vibrator.cpp 51 ALOGE("Failed to turn vibrator on (%d): %s", errno, strerror(errno));
60 ALOGE("Failed to turn vibrator off (%d): %s", errno, strerror(errno));
81 ALOGE("Failed to set amplitude (%d): %s", errno, strerror(errno));
  /device/google/wahoo/health/
LearnedCapacityBackupRestore.cpp 63 LOG(ERROR) << "Write file error: " << strerror(errno);
70 LOG(ERROR) << "Read cycle counter error: " << strerror(errno);
90 LOG(ERROR) << "Write data error: " << strerror(errno);
  /external/kmod/testsuite/
test-init.c 96 ERR("could not create module from name: %s\n", strerror(-err));
102 ERR("could not create module from name: %s\n", strerror(-err));
108 ERR("could not remove module: %s\n", strerror(-err));
  /external/libcap/progs/
getcap.c 51 fname, strerror(errno));
62 fname, strerror(errno));
97 fprintf(stderr, "%s (%s)\n", argv[i], strerror(errno));
  /external/ltp/testcases/kernel/fs/doio/
forker.c 137 prefix, __FILE__, errno, strerror(errno));
176 strerror(errno));
203 strerror(errno));
  /external/ltp/testcases/kernel/syscalls/fadvise/
posix_fadvise02.c 125 TEST_RETURN, strerror(TEST_RETURN));
130 strerror(TEST_RETURN), TC[i].error);
163 WRONG_FD, strerror(EIO));
posix_fadvise04.c 131 TEST_RETURN, strerror(TEST_RETURN));
136 strerror(TEST_RETURN), TC[i].error);
163 "Untable to make a pipe: %s\n", strerror(errno));
  /external/ltp/testcases/kernel/syscalls/ipc/semctl/
semctl04.c 101 strerror(errno));
151 strerror(TEST_ERRNO));
156 strerror(TEST_ERRNO));
  /external/ltp/testcases/kernel/syscalls/sync/
sync02.c 111 TCID, TEST_ERRNO, strerror(TEST_ERRNO));
173 TEMP_FILE, FILE_MODE, errno, strerror(errno));
199 TEMP_FILE, errno, strerror(errno));
  /external/ltp/testcases/kernel/syscalls/truncate/
truncate01.c 118 strerror(TEST_ERRNO));
189 TESTFILE, FILE_MODE, errno, strerror(errno));
197 TESTFILE, errno, strerror(errno));
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_read/
9-1.c 62 printf(TNAME " Error at open(): %s\n", strerror(errno));
69 printf(TNAME " Error at write(): %s\n", strerror(errno));
104 errno, strerror(errno));
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/lio_listio/
12-1.c 61 printf(TNAME " Error at open(): %s\n", strerror(errno));
70 printf(TNAME " Error at malloc(): %s\n", strerror(errno));
93 strerror(errno));
18-1.c 59 printf(TNAME " Error at open(): %s\n", strerror(errno));
68 printf(TNAME " Error at malloc(): %s\n", strerror(errno));
99 errno, strerror(errno));
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/munmap/
1-2.c 80 printf(TNAME " Error at open(): %s\n", strerror(errno));
86 printf("Error at ftruncate: %s\n", strerror(errno));
95 strerror(errno));
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
8-1.c 68 fprintf(stderr, "pthread_sigmask(): %s\n", strerror(ret));
83 fprintf(stderr, "pthread_create(): %s\n", strerror(ret));
89 fprintf(stderr, "pthread_join(): %s\n", strerror(ret));
  /external/ltp/testcases/open_posix_testsuite/functional/threads/pi_test/
pitest-2.c 108 "%d %s", tp->name, tp->index, rc, strerror(rc));
125 "%d %s", tp->name, tp->index, rc, strerror(rc));
151 tp->name, tp->index, rc, strerror(rc));
194 "%d %s", tp->name, tp->index, rc, strerror(rc));
222 "slept %f", rc, strerror(rc), t1 - t0);
250 "slept %f", rc, strerror(rc), t1 - t0);
282 EPRINTF("UNRESOLVED: pthread_create: %d %s", rc, strerror(rc));
293 rc, strerror(rc));
305 rc, strerror(rc));
315 EPRINTF("UNRESOLVED: pthread_create: %d %s", rc, strerror(rc))
    [all...]

Completed in 741 milliseconds

<<11121314151617181920>>