Home
last modified time | relevance | path

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

/openbmc/phosphor-debug-collector/
H A Ddump_manager.hpp45 const std::string& baseEntryPath) : in Manager() argument
47 bus(bus), lastEntryId(0), baseEntryPath(baseEntryPath) in Manager()
78 std::string baseEntryPath; member in phosphor::dump::Manager
H A Ddump_manager_faultlog.hpp44 const std::string& baseEntryPath, const char* filePath) : in Manager() argument
46 phosphor::dump::Manager(bus, path, baseEntryPath), dumpDir(filePath) in Manager()
H A Ddump_manager_bmc.hpp54 const std::string& baseEntryPath, const char* filePath) : in Manager() argument
56 phosphor::dump::Manager(bus, path, baseEntryPath), in Manager()
H A Ddump_manager_bmc.cpp78 auto objPath = std::filesystem::path(baseEntryPath) / std::to_string(id); in createDump()
192 auto objPath = std::filesystem::path(baseEntryPath) / std::to_string(id); in createEntry()
290 auto objPath = std::filesystem::path(baseEntryPath) / idStr; in restore()
H A Ddump_manager_faultlog.cpp59 auto objPath = std::filesystem::path(baseEntryPath) / idString; in createDump()
/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/
H A Ddump_manager_system.hpp47 const std::string& baseEntryPath) : in Manager() argument
49 phosphor::dump::Manager(bus, path, baseEntryPath) in Manager()
H A Ddump_manager_resource.hpp48 const std::string& baseEntryPath) : in Manager() argument
50 phosphor::dump::Manager(bus, path, baseEntryPath) in Manager()
H A Ddump_manager_resource.cpp77 auto objPath = std::filesystem::path(baseEntryPath) / idString; in notify()
132 auto objPath = std::filesystem::path(baseEntryPath) / idString; in createDump()
H A Ddump_manager_system.cpp101 auto objPath = std::filesystem::path(baseEntryPath) / idString; in notify()
203 auto objPath = std::filesystem::path(baseEntryPath) / idString; in createDump()