Searched refs:logPath (Results 1 – 8 of 8) sorted by relevance
27 void resolve(const sdbusplus::message::object_path& logPath);46 const sdbusplus::message::object_path& logPath)
155 void resolve(const sdbusplus::message::object_path& logPath) in resolve() argument162 auto m = b.new_method_call(Entry::default_service, logPath.str.c_str(), in resolve()192 const sdbusplus::message::object_path& logPath) in resolve() argument199 std::string path = logPath.str; in resolve()
15 constexpr auto logPath = "/xyz/openbmc_project/Logging/IPMI"; variable
242 bus.new_method_call(logBusName, logPath, logIntf, "IpmiSelAddOem"); in addCperSELLog()
745 auto logPath = in getLogIDWithHwIsolation() local747 if (!logPath.empty()) in getLogIDWithHwIsolation()750 uint32_t id = stoi(logPath[0].substr( in getLogIDWithHwIsolation()751 logPath[0].find_last_of('/') + 1)); in getLogIDWithHwIsolation()772 auto logPath = std::get<std::vector<std::string>>(value); in getLogIDWithHwIsolation() local773 if (!logPath.empty()) in getLogIDWithHwIsolation()777 logPath[0].substr(logPath[0].find_last_of('/') + 1)); in getLogIDWithHwIsolation()
47 std::filesystem::directory_iterator logPath(hostLoggerFilePath, ec); in getHostLoggerFiles() 53 for (const std::filesystem::directory_entry& it : logPath) in getHostLoggerFiles() 46 std::filesystem::directory_iterator logPath(hostLoggerFilePath, ec); getHostLoggerFiles() local
829 auto logPath = getPELRepoPath() / "logs"; in TEST_F() local830 std::string cmd = "rm " + logPath.string() + "/*_*"; in TEST_F()
79 lg2::resolve(logPath);