| /bionic/libc/bionic/ |
| D | statvfs.cpp | 52 int rc = __fstatfs64(fd, sizeof(*result), result); in fstatfs() local 62 int rc = __statfs64(path, sizeof(*result), result); in statfs() local 73 int rc = statfs(path, &tmp); in statvfs() local 84 int rc = fstatfs(fd, &tmp); in fstatvfs() 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 | sched_getaffinity.cpp | 36 int rc = __sched_getaffinity(pid, set_size, set); in sched_getaffinity() 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 | dl_iterate_phdr_static.cpp | 57 int rc = cb(&exe_info, sizeof(exe_info), data); in dl_iterate_phdr() local
|
| D | netinet_in.cpp | 64 int rc = TEMP_FAILURE_RETRY(bind(sd, reinterpret_cast<sockaddr*>(sin), sizeof(*sin))); in bindresvport() local
|
| D | tmpfile.cpp | 66 int rc = fstat(fd, &sb); in __tmpfile_dir() local
|
| D | net_if.cpp | 55 int rc = ioctl(s, SIOCGIFNAME, &ifr); in if_indextoname() local 70 int rc = ioctl(s, SIOCGIFINDEX, &ifr); in if_nametoindex() 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 | mmap.cpp | 66 int rc = madvise(result, size, MADV_MERGEABLE); in mmap64() 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 | fdsan.cpp | 302 int rc = ___close(fd); in android_fdsan_close_with_tag() local 359 int rc = android_fdsan_close_with_tag(fd, 0); in close() local
|
| D | pthread_create.cpp | 399 int rc = clone(__pthread_start, child_stack, flags, thread, &(thread->tid), tls, &(thread->tid)); in pthread_create() local
|
| D | ndk_cruft.cpp | 205 int rc = vdprintf(fd, fmt, ap); in fdprintf() 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 | sys_ptrace_test.cpp | 428 pid_t rc = TEMP_FAILURE_RETRY(waitpid(tracer, &result, 0)); in WaitForTracer() local 455 pid_t rc = TEMP_FAILURE_RETRY(waitpid(worker, &result, WNOHANG)); in WaitForWorker() local 486 pid_t rc = TEMP_FAILURE_RETRY(waitpid(pid, &status, __WALL)); in wait_for_ptrace_stop() local
|
| D | fcntl_test.cpp | 42 int rc = fcntl(fd, F_SETFD, FD_CLOEXEC); in TEST() local 161 int rc = fcntl(fd, F_GETLK64, &check_lock); in TEST() local
|
| D | stdio_test.cpp | 115 int rc = fstat(fd, &sb); in TEST() local 135 int rc = dprintf(tf.fd, "hello\n"); in TEST() local 151 int rc = fprintf(fp, "%s", line_written); in TEST() local 217 int rc = fprintf(fp, "%s", line_written); 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 | 334 int rc; in Wait() local
|
| D | contexts_split.cpp | 155 int len, rc, items, entry_len = 0; in read_spec_entries() local
|
| /bionic/tools/versioner/src/ |
| D | versioner.cpp | 74 int rc = sched_getaffinity(getpid(), sizeof(cpu_set), &cpu_set); in getCpuCount() local
|
| /bionic/linker/ |
| D | linker_phdr.cpp | 189 ssize_t rc = TEMP_FAILURE_RETRY(pread64(fd_, &header_, sizeof(header_), file_offset_)); in ReadElfHeader() local
|