Home
last modified time | relevance | path

Searched defs:toFd (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/cmds/incidentd/src/
DFdBuffer.cpp137 status_t FdBuffer::readProcessedDataInStream(int fd, unique_fd toFd, unique_fd fromFd, in readProcessedDataInStream()
/frameworks/av/media/mtp/
DMtpUtils.cpp164 android::base::unique_fd toFd(open(toPath, O_CREAT | O_WRONLY, FILE_PERM)); in copyFile() local