/system/netd/libnetdutils/ |
D | Syscalls.cpp | 30 auto rv = fn(std::forward<Params>(params)...); in syscallRetry() local 61 auto rv = ::getsockname(sock.get(), addr, addrlen); in getsockname() local 70 auto rv = ::getsockopt(sock.get(), level, optname, optval, optlen); in getsockopt() local 79 auto rv = ::setsockopt(sock.get(), level, optname, optval, optlen); in setsockopt() local 87 auto rv = ::bind(sock.get(), addr, addrlen); in bind() local 95 auto rv = syscallRetry(::connect, sock.get(), addr, addrlen); in connect() local 103 auto rv = ::ioctl(sock.get(), request, ifr); in ioctl() local 122 auto rv = syscallRetry(::ppoll, fds, nfds, &ts, nullptr); in ppoll() local 130 auto rv = syscallRetry(::writev, fd.get(), iov.data(), iov.size()); in writev() local 138 auto rv = syscallRetry(::write, fd.get(), buf.base(), buf.size()); in write() local [all …]
|
D | Socket.cpp | 27 auto* rv = inet_ntop(AF_INET6, &addr, out.data(), out.size()); in toString() local
|
/system/extras/tests/lib/testUtil/ |
D | testUtil.c | 46 double rv; in ts2double() local 57 double rv; in tv2double() local 68 struct timespec rv; in double2ts() local 84 struct timeval rv; in double2tv() local 103 struct timespec rv; in tsDelta() local 126 struct timeval rv; in tvDelta() local 320 int rv; in testXDump() local
|
/system/extras/tests/binder/benchmarks/ |
D | binderAddInts.cpp | 88 int rv; in server() local 107 int rv; in BM_addInts() local 174 status_t rv(0); in onTransact() local 206 int rv; in bindCPU() local 234 int rv; in main() local
|
/system/core/init/ |
D | first_stage_console.cpp | 44 int rv = execv(path, const_cast<char**>(args)); in RunScript() local 86 int rv = execv(path, const_cast<char**>(args)); in StartConsole() local
|
/system/extras/kexec_tools/ |
D | kexecload.c | 37 int rv; in test_kexeccall() local 67 int rv; in main() local
|
/system/core/toolbox/ |
D | modprobe.cpp | 66 for (std::string rv = str;;) { in stripComments() local 98 int rv = EXIT_SUCCESS; in modprobe_main() local
|
/system/extras/vbmeta_tools/ |
D | vbmake.cc | 53 int rv; in main() local
|
/system/core/fs_mgr/ |
D | file_wait.cpp | 159 int rv = poll(&event, 1, static_cast<int>(remaining_ms)); in WaitImpl() local 197 ssize_t rv = TEMP_FAILURE_RETRY(read(inotify_fd_, buffer, sizeof(buffer))); in ConsumeEvents() local
|
/system/core/libdiskconfig/ |
D | diskconfig.c | 241 int rv; in sync_ptable() local 437 int rv; in apply_disk_config() local
|
/system/core/libutils/include/utils/ |
D | FastStrcmp.h | 57 static inline int fastcmp(const void* lv, const void* rv, const size_t s) { in fastcmp()
|
/system/extras/verity/fec/ |
D | image.h | 60 uint64_t rv; member 73 uint64_t rv; member
|
D | main.cpp | 62 int j, rv; in decode_rs() local
|
/system/chre/platform/slpi/see/ |
D | sns_qmi_client.c | 167 int rv = -1; in sns_client_init() local 215 int rv = 0; in sns_client_send() local
|
/system/core/fs_mgr/liblp/ |
D | images.cpp | 388 int rv = sparse_file_add_fd(output_device, fd, pos, read_size, output_block); in AddPartitionImage() local 394 int rv = sparse_file_add_fill(output_device, buffer[0], read_size, output_block); in AddPartitionImage() local 466 int rv = sparse_file_write(source.get(), tf.fd, false, false, false); in OpenImageFile() local
|
/system/netd/server/ |
D | ClatdController.cpp | 102 int rv = getClatEgressMapFd(); in init() local 239 int rv = getClatEgressProgFd(RAWIP); in maybeStartBpf() local 377 int rv = tcFilterDelDevIngressClatIpv6(tracker.ifIndex); in maybeStopBpf() local
|
D | OffloadUtils.cpp | 65 int rv = hardwareAddressType(interface); in isEthernet() local 95 int rv = setsockopt(fd, SOL_NETLINK, NETLINK_CAP_ACK, &on, sizeof(on)); in sendAndProcessNetlinkResponse() local
|
D | WakeupController.cpp | 218 auto rv = mIptables->execute(V4V6, cmd, &out); in execIptables() local
|
D | InterfaceController.cpp | 164 int rv = writeValueToPath(prefix.c_str(), iface.c_str(), "accept_ra_rt_info_min_plen", in setAcceptIPv6RIO() local 376 int rv = 0; in disableIcmpRedirects() local
|
/system/memory/libmemunreachable/tests/ |
D | Binder_test.cpp | 150 status_t rv = service->transact(0, send, &reply); in TEST_F() local
|
/system/core/fs_mgr/libfs_avb/ |
D | util.cpp | 94 int rv = access(filename.c_str(), F_OK); in WaitForFile() local
|
/system/gsid/ |
D | gsi_tool.cpp | 215 int rv, index; in Install() local 480 int rv, index; in Enable() local
|
/system/netd/tests/ |
D | netd_test.cpp | 119 int rv = socket(AF_UNIX, SOCK_DGRAM | SOCK_NONBLOCK, 0); in TEST() local
|
/system/extras/partition_tools/ |
D | lpmake.cc | 151 int rv; in main() local
|
D | lpunpack.cc | 104 int rv, index; in main() local
|