Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/wait-vpd-parser/src/
H A Dinventory_backup_handler.cpp14 const auto l_systemInventoryBackupPath{ in checkInventoryBackupPath() local
19 if (std::filesystem::is_directory(l_systemInventoryBackupPath) && in checkInventoryBackupPath()
20 !std::filesystem::is_empty(l_systemInventoryBackupPath)) in checkInventoryBackupPath()
26 l_systemInventoryBackupPath}; in checkInventoryBackupPath()
71 const auto l_systemInventoryBackupPath{ in restoreInventoryBackupData() local
79 l_systemInventoryBackupPath}; in restoreInventoryBackupData()
162 const auto l_systemInventoryBackupPath{ in clearInventoryBackupData() local
167 std::filesystem::remove_all(l_systemInventoryBackupPath); in clearInventoryBackupData()