Searched refs:write_fd (Results 1 – 2 of 2) sorted by relevance
41 android::base::unique_fd read_fd, write_fd; in DumpRAMAroundAddress() local42 if (!android::base::Pipe(&read_fd, &write_fd)) { in DumpRAMAroundAddress()46 if (write(write_fd.get(), dump_start, count) != static_cast<ssize_t>(count)) { in DumpRAMAroundAddress()
598 android::base::unique_fd write_fd(art::DupCloexec(adb_connection_socket_)); in SendAgentFds() local599 CHECK_NE(write_fd.get(), -1) << "Failed to dup write_fd: " << strerror(errno); in SendAgentFds()604 read_fd.get(), write_fd.get(), write_lock_fd.get() in SendAgentFds()