Searched refs:toFd (Results 1 – 4 of 4) sorted by relevance
68 void toFd(int fd);
129 void LocalLogBuffer::toFd(int fd) { in toFd() function in LocalLogBuffer
618 mLogs.toFd(handle->data[0]); in debug()
1071 int toFd = open(to[i][0].c_str(), O_WRONLY | O_CREAT, S_IRUSR | S_IWUSR); in copyCacheFiles() local1073 ASSERT_GE(toFd, 0); in copyCacheFiles()1077 ASSERT_EQ(write(toFd, &buffer, readBytes), readBytes); in copyCacheFiles()1082 close(toFd); in copyCacheFiles()