Searched refs:toFd (Results 1 – 5 of 5) sorted by relevance
/hardware/qcom/data/ipacfg-mgr/msm8998/hal/inc/ |
D | LocalLogBuffer.h | 68 void toFd(int fd);
|
/hardware/qcom/data/ipacfg-mgr/msm8998/hal/src/ |
D | LocalLogBuffer.cpp | 129 void LocalLogBuffer::toFd(int fd) { in toFd() function in LocalLogBuffer
|
D | HAL.cpp | 618 mLogs.toFd(handle->data[0]); in debug()
|
/hardware/interfaces/neuralnetworks/aidl/vts/functional/ |
D | CompilationCachingTests.cpp | 811 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/ |
D | CompilationCachingTests.cpp | 1010 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()
|