Searched defs:toFd (Results 1 – 7 of 7) sorted by relevance
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/hal/src/ |
H A D | LocalLogBuffer.cpp | 129 void LocalLogBuffer::toFd(int fd) { in toFd() function in LocalLogBuffer
|
/aosp12/frameworks/base/cmds/incidentd/src/ |
H A D | FdBuffer.cpp | 145 status_t FdBuffer::readProcessedDataInStream(int fd, unique_fd toFd, unique_fd fromFd, in readProcessedDataInStream()
|
/aosp12/system/netd/libnetdutils/ |
H A D | FdTest.cpp | 34 inline Fd toFd(const UniqueFd& fd) { in toFd() function
|
/aosp12/frameworks/av/media/mtp/ |
H A D | MtpUtils.cpp | 165 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 D | CompilationCachingTests.cpp | 811 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 D | CompilationCachingTests.cpp | 1001 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 D | CompilationCachingTests.cpp | 1010 int toFd = open(to[i][0].c_str(), O_WRONLY | O_CREAT, S_IRUSR | S_IWUSR); in copyCacheFiles() local
|