Lines Matching refs:logStream
727 std::ifstream logStream(file); in countSELEntries() local
728 if (!logStream.is_open()) in countSELEntries()
734 while (std::getline(logStream, line)) in countSELEntries()
753 std::ifstream logStream(file); in findSELEntry() local
754 if (!logStream.is_open()) in findSELEntry()
759 while (std::getline(logStream, entry)) in findSELEntry()
884 std::ifstream logStream(selLogFiles.back()); in ipmiStorageGetSELEntry() local
885 if (!logStream.is_open()) in ipmiStorageGetSELEntry()
890 if (!std::getline(logStream, targetEntry)) in ipmiStorageGetSELEntry()
898 std::ifstream logStream(selLogFiles.front()); in ipmiStorageGetSELEntry() local
899 if (!logStream.is_open()) in ipmiStorageGetSELEntry()
905 while (std::getline(logStream, line)) in ipmiStorageGetSELEntry()