Searched refs:toFd (Results 1 – 6 of 6) 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 | 813 int toFd = open(to[i].c_str(), O_WRONLY | O_CREAT, S_IRUSR | S_IWUSR); in copyCacheFiles() local 815 ASSERT_GE(toFd, 0); in copyCacheFiles() 819 ASSERT_EQ(write(toFd, &buffer, readBytes), readBytes); in copyCacheFiles() 824 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()
|
/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
D | CompilationCachingTests.cpp | 1001 int toFd = open(to[i][0].c_str(), O_WRONLY | O_CREAT, S_IRUSR | S_IWUSR); in copyCacheFiles() local 1003 ASSERT_GE(toFd, 0); in copyCacheFiles() 1007 ASSERT_EQ(write(toFd, &buffer, readBytes), readBytes); in copyCacheFiles() 1012 close(toFd); in copyCacheFiles()
|