Home
last modified time | relevance | path

Searched refs:l_collectionLogFilePath (Results 1 – 1 of 1) sorted by relevance

/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dlogger.cpp119 std::filesystem::path l_collectionLogFilePath{l_collectionLogDirectory}; in initiateVpdCollectionLogging() local
120 l_collectionLogFilePath /= "collection"; in initiateVpdCollectionLogging()
125 std::filesystem::path l_oldestFilePath{l_collectionLogFilePath}; in initiateVpdCollectionLogging()
159 l_collectionLogFilePath = l_oldestFilePath; in initiateVpdCollectionLogging()
162 l_collectionLogFilePath.string()); in initiateVpdCollectionLogging()
165 if (!std::filesystem::remove(l_collectionLogFilePath, l_ec)) in initiateVpdCollectionLogging()
168 l_collectionLogFilePath.string() + in initiateVpdCollectionLogging()
174 l_collectionLogFilePath += in initiateVpdCollectionLogging()
180 new AsyncFileLogger(l_collectionLogFilePath, 4096)); in initiateVpdCollectionLogging()