Searched refs:fromFd (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/neuralnetworks/aidl/vts/functional/ |
D | CompilationCachingTests.cpp | 812 int fromFd = open(from[i].c_str(), O_RDONLY); in copyCacheFiles() local 814 ASSERT_GE(fromFd, 0); in copyCacheFiles() 818 while ((readBytes = read(fromFd, &buffer, kBufferSize)) > 0) { in copyCacheFiles() 823 close(fromFd); in copyCacheFiles()
|
/hardware/interfaces/neuralnetworks/1.2/vts/functional/ |
D | CompilationCachingTests.cpp | 1009 int fromFd = open(from[i][0].c_str(), O_RDONLY); in copyCacheFiles() local 1011 ASSERT_GE(fromFd, 0); in copyCacheFiles() 1015 while ((readBytes = read(fromFd, &buffer, kBufferSize)) > 0) { in copyCacheFiles() 1020 close(fromFd); in copyCacheFiles()
|
/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
D | CompilationCachingTests.cpp | 1000 int fromFd = open(from[i][0].c_str(), O_RDONLY); in copyCacheFiles() local 1002 ASSERT_GE(fromFd, 0); in copyCacheFiles() 1006 while ((readBytes = read(fromFd, &buffer, kBufferSize)) > 0) { in copyCacheFiles() 1011 close(fromFd); in copyCacheFiles()
|