Home
last modified time | relevance | path

Searched refs:toFd (Results 1 – 4 of 4) 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/1.2/vts/functional/
DCompilationCachingTests.cpp1071 int toFd = open(to[i][0].c_str(), O_WRONLY | O_CREAT, S_IRUSR | S_IWUSR); in copyCacheFiles() local
1073 ASSERT_GE(toFd, 0); in copyCacheFiles()
1077 ASSERT_EQ(write(toFd, &buffer, readBytes), readBytes); in copyCacheFiles()
1082 close(toFd); in copyCacheFiles()