Home
last modified time | relevance | path

Searched defs:rc (Results 1 – 25 of 29) sorted by relevance

12

/bionic/libc/bionic/
Dstatvfs.cpp52 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
Draise.cpp34 int rc = pthread_kill(pthread_self(), sig); in raise() local
Dclose.cpp35 int rc = ___close(fd); in close() local
Dsched_getcpu.cpp36 int rc = __getcpu(&cpu, NULL, NULL); in sched_getcpu() local
Dlibgen.cpp155 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
Dgetcwd.cpp61 int rc = __getcwd(buf, allocated_size); in getcwd() local
Dsched_getaffinity.cpp36 int rc = __sched_getaffinity(pid, set_size, set); in sched_getaffinity() local
Dposix_timers.cpp84 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
Dpthread_setschedparam.cpp42 int rc = sched_setscheduler(thread->tid, policy, param); in pthread_setschedparam() local
Dpthread_getschedparam.cpp42 int rc = sched_getparam(thread->tid, param); in pthread_getschedparam() local
Ddl_iterate_phdr_static.cpp58 int rc = cb(&exe_info, sizeof(exe_info), data); in dl_iterate_phdr() local
Dsysconf.cpp46 int rc = clock_getres(CLOCK_MONOTONIC, &t); in __sysconf_monotonic_clock() local
Dtmpfile.cpp81 int rc = fstat(fd, &sb); in __tmpfile_dir() local
Dmmap.cpp53 int rc = madvise(result, size, MADV_MERGEABLE); in mmap64() local
Dpthread_create.cpp258 int rc = clone(__pthread_start, child_stack, flags, thread, &(thread->tid), tls, &(thread->tid)); in pthread_create() local
Ddirent.cpp96 int rc = TEMP_FAILURE_RETRY(__getdents64(d->fd_, d->buff_, sizeof(d->buff_))); in __fill_DIR() local
Dndk_cruft.cpp202 int rc = vdprintf(fd, fmt, ap); in fdprintf() local
/bionic/tests/
Dsys_sendfile_test.cpp34 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
Dlibgen_test.cpp70 int rc = basename_r(in, buf, buf_size); in TestBasename() local
81 int rc = dirname_r(in, buf, buf_size); in TestDirname() local
Dfcntl_test.cpp32 int rc = fcntl(fd, F_SETFD, FD_CLOEXEC); in TEST() local
151 int rc = fcntl(fd, F_GETLK64, &check_lock); in TEST() local
Dstdio_test.cpp59 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
Dunistd_test.cpp509 long rc = 0L; in TEST() local
/bionic/libc/arch-x86/bionic/
D__set_tls.c64 int rc = __set_thread_area(&tls_descriptor); in __set_tls() local
/bionic/linker/
Ddebugger.cpp101 int rc = TEMP_FAILURE_RETRY(connect(s, reinterpret_cast<sockaddr*>(&addr), alen)); in socket_abstract_client() local
Dlinker_phdr.cpp159 ssize_t rc = TEMP_FAILURE_RETRY(pread64(fd_, &header_, sizeof(header_), file_offset_)); in ReadElfHeader() local

12