/bionic/libc/bionic/ |
D | pipe.cpp | 36 int rc = __pipe2(pipefd, 0); in pipe() local 45 int rc = __pipe2(pipefd, flags); in pipe2() local
|
D | sys_statfs.cpp | 38 int rc = __fstatfs64(fd, sizeof(*result), result); in fstatfs() local 48 int rc = __statfs64(path, sizeof(*result), result); in statfs() local
|
D | recvmsg.cpp | 69 ssize_t rc = __recvmsg(__fd, __msg, __flags); in recvmsg() local 79 int rc = __recvmmsg(__fd, __msgs, __msg_count, __flags, __timeout); in recvmmsg() local
|
D | libgen.cpp | 162 int rc = __basename_r(path, buf, sizeof(__get_bionic_tls().basename_buf)); in basename() local 168 int rc = __dirname_r(path, buf, sizeof(__get_bionic_tls().dirname_buf)); in dirname() local
|
D | sched_getcpu.cpp | 36 int rc = __getcpu(&cpu, nullptr, nullptr); in sched_getcpu() local
|
D | getcwd.cpp | 59 int rc = __getcwd(buf, allocated_size); in getcwd() local
|
D | socketpair.cpp | 37 int rc = __socketpair(domain, type, protocol, sv); in socketpair() local
|
D | sched_getaffinity.cpp | 36 int rc = __sched_getaffinity(pid, set_size, set); in sched_getaffinity() local
|
D | netinet_in.cpp | 64 int rc = TEMP_FAILURE_RETRY(bind(sd, reinterpret_cast<sockaddr*>(sin), sizeof(*sin))); in bindresvport() local
|
D | posix_timers.cpp | 155 int rc = pthread_create(&timer->callback_thread, &thread_attributes, __timer_thread_start, timer); in timer_create() local 186 int rc = __timer_delete(to_kernel_timer_id(id)); in timer_delete() local
|
D | fcntl.cpp | 47 int rc = __fcntl(fd, cmd, arg); in fcntl() local
|
D | dl_iterate_phdr_static.cpp | 76 int rc = cb(&exe_info, sizeof(exe_info), data); in dl_iterate_phdr() local
|
D | dirent.cpp | 109 int rc = TEMP_FAILURE_RETRY(__getdents64(d->fd_, d->buff_, sizeof(d->buff_))); in __fill_DIR() local 170 int rc = android_fdsan_close_with_tag(fd, __get_dir_tag(d)); in closedir() local
|
D | mmap.cpp | 66 int rc = madvise(result, size, MADV_MERGEABLE); in mmap64() local
|
D | fdsan.cpp | 278 int rc = __close(fd); in android_fdsan_close_with_tag() local 382 int rc = android_fdsan_close_with_tag(fd, 0); in close() local
|
D | pthread_create.cpp | 432 int rc = clone(__pthread_start, child_stack, flags, thread, &(thread->tid), tls, &(thread->tid)); in pthread_create() local
|
/bionic/tests/ |
D | sys_sendfile_test.cpp | 35 ssize_t rc = sendfile(dst_file.fd, src_file.fd, &offset, count); in TEST() local 54 ssize_t rc = sendfile64(dst_file.fd, src_file.fd, &offset, count); in TEST() local
|
D | libgen_test.cpp | 46 int rc = basename_r(in, buf, buf_size); in TestBasename() local 57 int rc = dirname_r(in, buf, buf_size); in TestDirname() local
|
D | pidfd_test.cpp | 52 int rc = waitid(P_PIDFD, pidfd.get(), &siginfo, WEXITED); in TEST() local
|
D | sys_ptrace_test.cpp | 441 pid_t rc = TEMP_FAILURE_RETRY(waitpid(tracer, &result, 0)); in WaitForTracer() local 468 pid_t rc = TEMP_FAILURE_RETRY(waitpid(worker, &result, WNOHANG)); in WaitForWorker() local 499 pid_t rc = TEMP_FAILURE_RETRY(waitpid(pid, &status, __WALL)); in wait_for_ptrace_stop() local
|
D | fdsan_test.cpp | 210 pid_t rc = vfork(); in TEST_F() local
|
D | fcntl_test.cpp | 42 int rc = fcntl(fd, F_SETFD, FD_CLOEXEC); in TEST() local
|
/bionic/libc/arch-x86/bionic/ |
D | __set_tls.cpp | 63 int rc = __set_thread_area(&tls_descriptor); in __set_tls() local
|
/bionic/libc/system_properties/ |
D | system_properties.cpp | 339 int rc; in Wait() local
|
D | contexts_split.cpp | 153 int len, rc, items, entry_len = 0; in read_spec_entries() local
|