/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 | raise.cpp | 34 int rc = pthread_kill(pthread_self(), sig); in raise() local
|
D | close.cpp | 35 int rc = ___close(fd); in close() local
|
D | sched_getcpu.cpp | 36 int rc = __getcpu(&cpu, NULL, NULL); in sched_getcpu() local
|
D | libgen.cpp | 155 int rc = basename_r(path, buf, g_basename_tls_buffer.size()); in basename() local 161 int rc = dirname_r(path, buf, g_dirname_tls_buffer.size()); in dirname() local
|
D | getcwd.cpp | 61 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 | posix_timers.cpp | 84 int rc = __rt_sigtimedwait(sigset.get(), &si, NULL, sizeof(sigset)); in __timer_thread_start() local 158 int rc = pthread_create(&timer->callback_thread, &thread_attributes, __timer_thread_start, timer); in timer_create() local 189 int rc = __timer_delete(to_kernel_timer_id(id)); in timer_delete() local
|
D | pthread_setschedparam.cpp | 42 int rc = sched_setscheduler(thread->tid, policy, param); in pthread_setschedparam() local
|
D | pthread_getschedparam.cpp | 42 int rc = sched_getparam(thread->tid, param); in pthread_getschedparam() local
|
D | dl_iterate_phdr_static.cpp | 58 int rc = cb(&exe_info, sizeof(exe_info), data); in dl_iterate_phdr() local
|
D | sysconf.cpp | 46 int rc = clock_getres(CLOCK_MONOTONIC, &t); in __sysconf_monotonic_clock() local
|
D | tmpfile.cpp | 81 int rc = fstat(fd, &sb); in __tmpfile_dir() local
|
D | mmap.cpp | 53 int rc = madvise(result, size, MADV_MERGEABLE); in mmap64() local
|
D | pthread_create.cpp | 258 int rc = clone(__pthread_start, child_stack, flags, thread, &(thread->tid), tls, &(thread->tid)); in pthread_create() local
|
D | dirent.cpp | 96 int rc = TEMP_FAILURE_RETRY(__getdents64(d->fd_, d->buff_, sizeof(d->buff_))); in __fill_DIR() local
|
D | ndk_cruft.cpp | 202 int rc = vdprintf(fd, fmt, ap); in fdprintf() local
|
/bionic/tests/ |
D | sys_sendfile_test.cpp | 34 ssize_t rc = sendfile(dst_file.fd, src_file.fd, &offset, count); in TEST() local 53 ssize_t rc = sendfile64(dst_file.fd, src_file.fd, &offset, count); in TEST() local
|
D | libgen_test.cpp | 70 int rc = basename_r(in, buf, buf_size); in TestBasename() local 81 int rc = dirname_r(in, buf, buf_size); in TestDirname() local
|
D | fcntl_test.cpp | 32 int rc = fcntl(fd, F_SETFD, FD_CLOEXEC); in TEST() local 151 int rc = fcntl(fd, F_GETLK64, &check_lock); in TEST() local
|
D | stdio_test.cpp | 59 int rc = fstat(fd, &sb); in TEST() local 79 int rc = dprintf(tf.fd, "hello\n"); in TEST() local 99 int rc = fprintf(fp, "%s", line_written); in TEST() local 171 int rc = fprintf(fp, "%s", line_written); in TEST() local
|
D | unistd_test.cpp | 509 long rc = 0L; in TEST() local
|
/bionic/libc/arch-x86/bionic/ |
D | __set_tls.c | 64 int rc = __set_thread_area(&tls_descriptor); in __set_tls() local
|
/bionic/linker/ |
D | debugger.cpp | 101 int rc = TEMP_FAILURE_RETRY(connect(s, reinterpret_cast<sockaddr*>(&addr), alen)); in socket_abstract_client() local
|
D | linker_phdr.cpp | 159 ssize_t rc = TEMP_FAILURE_RETRY(pread64(fd_, &header_, sizeof(header_), file_offset_)); in ReadElfHeader() local
|