Home
last modified time | relevance | path

Searched refs:toFd (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/data/ipacfg-mgr/msm8998/hal/inc/
DLocalLogBuffer.h68 void toFd(int fd);
/hardware/qcom/data/ipacfg-mgr/msm8998/hal/src/
DLocalLogBuffer.cpp129 void LocalLogBuffer::toFd(int fd) { in toFd() function in LocalLogBuffer
DHAL.cpp618 mLogs.toFd(handle->data[0]); in debug()
/hardware/interfaces/neuralnetworks/aidl/vts/functional/
DCompilationCachingTests.cpp811 int toFd = open(to[i].c_str(), O_WRONLY | O_CREAT, S_IRUSR | S_IWUSR); in copyCacheFiles() local
813 ASSERT_GE(toFd, 0); in copyCacheFiles()
817 ASSERT_EQ(write(toFd, &buffer, readBytes), readBytes); in copyCacheFiles()
822 close(toFd); in copyCacheFiles()
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DCompilationCachingTests.cpp1010 int toFd = open(to[i][0].c_str(), O_WRONLY | O_CREAT, S_IRUSR | S_IWUSR); in copyCacheFiles() local
1012 ASSERT_GE(toFd, 0); in copyCacheFiles()
1016 ASSERT_EQ(write(toFd, &buffer, readBytes), readBytes); in copyCacheFiles()
1021 close(toFd); in copyCacheFiles()