Searched refs:LINE_SEP (Results 1 – 2 of 2) sorted by relevance
33 const char LINE_SEP = '\n'; variable209 if (buffer[i] == LINE_SEP) { in GetReportInfos()240 if (buffer[0] != LINE_SEP && buffer[0] != '\0') { in GetStorageReportInfos()243 currentLine += LINE_SEP; in GetStorageReportInfos()248 currentLine += LINE_SEP; in GetStorageReportInfos()
51 const char LINE_SEP = '\n'; variable480 if (fileStat.filePath.find(LINE_SEP) != std::string::npos) { in WriteFileList()