Searched refs:kFirstLineLength (Results 1 – 2 of 2) sorted by relevance
53 static const int kFirstLineLength = 40;
28 static const size_t kFirstLineLength = 80; variable126 char firstline[kFirstLineLength + 1] = {0}; in Init()127 if (fgets(firstline, kFirstLineLength, file_) == nullptr) { in Init()