Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/hal/src/
H A DLocalLogBuffer.cpp129 void LocalLogBuffer::toFd(int fd) { in toFd() function in LocalLogBuffer
/aosp12/frameworks/base/cmds/incidentd/src/
H A DFdBuffer.cpp145 status_t FdBuffer::readProcessedDataInStream(int fd, unique_fd toFd, unique_fd fromFd, in readProcessedDataInStream()
/aosp12/system/netd/libnetdutils/
H A DFdTest.cpp34 inline Fd toFd(const UniqueFd& fd) { in toFd() function
/aosp12/frameworks/av/media/mtp/
H A DMtpUtils.cpp165 android::base::unique_fd toFd(open(toPath, O_CREAT | O_WRONLY, FILE_PERM)); in copyFile() local
/aosp12/hardware/interfaces/neuralnetworks/aidl/vts/functional/
H A DCompilationCachingTests.cpp811 int toFd = open(to[i].c_str(), O_WRONLY | O_CREAT, S_IRUSR | S_IWUSR); in copyCacheFiles() local
/aosp12/hardware/interfaces/neuralnetworks/1.3/vts/functional/
H A DCompilationCachingTests.cpp1001 int toFd = open(to[i][0].c_str(), O_WRONLY | O_CREAT, S_IRUSR | S_IWUSR); in copyCacheFiles() local
/aosp12/hardware/interfaces/neuralnetworks/1.2/vts/functional/
H A DCompilationCachingTests.cpp1010 int toFd = open(to[i][0].c_str(), O_WRONLY | O_CREAT, S_IRUSR | S_IWUSR); in copyCacheFiles() local