Lines Matching refs:logStream
773 std::ifstream logStream(file); in countSELEntries() local
774 if (!logStream.is_open()) in countSELEntries()
780 while (std::getline(logStream, line)) in countSELEntries()
799 std::ifstream logStream(file); in findSELEntry() local
800 if (!logStream.is_open()) in findSELEntry()
805 while (std::getline(logStream, entry)) in findSELEntry()
933 std::ifstream logStream(selLogFiles.back()); in ipmiStorageGetSELEntry() local
934 if (!logStream.is_open()) in ipmiStorageGetSELEntry()
939 if (!std::getline(logStream, targetEntry)) in ipmiStorageGetSELEntry()
947 std::ifstream logStream(selLogFiles.front()); in ipmiStorageGetSELEntry() local
948 if (!logStream.is_open()) in ipmiStorageGetSELEntry()
954 while (std::getline(logStream, line)) in ipmiStorageGetSELEntry()