Searched defs:logStream (Results 1 – 6 of 6) sorted by relevance
22 gzFile logStream = gzopen(filename.c_str(), "r"); in gzGetLines() local48 static void printErrorMessage(gzFile logStream) in printErrorMessage()58 bool readFile(gzFile logStream, uint64_t skip, uint64_t top, in readFile()
37 std::ifstream logStream(redfishEventLogFile); in cacheRedfishLogFile() local52 std::ifstream logStream(redfishEventLogFile); in readEventLogsFromFile() local
262 std::ifstream logStream(*it); in handleSystemsLogServiceEventLogLogEntryCollection() local349 std::ifstream logStream(*it); in handleSystemsLogServiceEventLogEntriesGet() local
770 if (!logStream.is_open()) in countSELEntries() local 796 if (!logStream.is_open()) in findSELEntry() local 930 if (!logStream.is_open()) in ipmiStorageGetSELEntry() local 944 std::ifstream logStream(selLogFiles.front()); ipmiStorageGetSELEntry() local [all...]
728 std::ifstream logStream(file); in countSELEntries() local754 std::ifstream logStream(file); in findSELEntry() local885 std::ifstream logStream(selLogFiles.back()); in ipmiStorageGetSELEntry() local899 std::ifstream logStream(selLogFiles.front()); in ipmiStorageGetSELEntry() local
88 static std::ostream& logStream(int cpu) in logStream() function