Searched defs:toFd (Results 1 – 3 of 3) sorted by relevance
145 status_t FdBuffer::readProcessedDataInStream(int fd, unique_fd toFd, unique_fd fromFd, in readProcessedDataInStream()
34 inline Fd toFd(const UniqueFd& fd) { in toFd() function
165 android::base::unique_fd toFd(open(toPath, O_CREAT | O_WRONLY, FILE_PERM)); in copyFile() local