Home
last modified time | relevance | path

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

/openbmc/openpower-debug-collector/dump/
H A Ddump_monitor.cpp21 auto dumpIdStr = path.filename(); in executeCollectionScript() local
22 if (!std::regex_match(dumpIdStr, idFormat)) in executeCollectionScript()
29 uint32_t dumpId = std::strtoul(dumpIdStr.c_str(), nullptr, 16); in executeCollectionScript()
32 std::filesystem::path(dumpOutPath) / dumpIdStr; in executeCollectionScript()
38 args.push_back(dumpIdStr); in executeCollectionScript()