Searched refs:fromFd (Results 1 – 2 of 2) sorted by relevance
998 int fromFd = open(from[i][0].c_str(), O_RDONLY); in copyCacheFiles() local1000 ASSERT_GE(fromFd, 0); in copyCacheFiles()1004 while ((readBytes = read(fromFd, &buffer, kBufferSize)) > 0) { in copyCacheFiles()1009 close(fromFd); in copyCacheFiles()
1007 int fromFd = open(from[i][0].c_str(), O_RDONLY); in copyCacheFiles() local1009 ASSERT_GE(fromFd, 0); in copyCacheFiles()1013 while ((readBytes = read(fromFd, &buffer, kBufferSize)) > 0) { in copyCacheFiles()1018 close(fromFd); in copyCacheFiles()