Searched refs:logPath (Results 1 – 8 of 8) sorted by relevance
145 void resolve(const sdbusplus::message::object_path& logPath) in resolve() argument152 auto m = b.new_method_call(Entry::default_service, logPath.str.c_str(), in resolve()182 const sdbusplus::message::object_path& logPath) in resolve() argument189 std::string path = logPath.str; in resolve()
27 void resolve(const sdbusplus::message::object_path& logPath);46 const sdbusplus::message::object_path& logPath)
763 auto logPath = in getLogIDWithHwIsolation() local765 if (!logPath.empty()) in getLogIDWithHwIsolation()768 uint32_t id = stoi(logPath[0].substr( in getLogIDWithHwIsolation()769 logPath[0].find_last_of('/') + 1)); in getLogIDWithHwIsolation()790 auto logPath = std::get<std::vector<std::string>>(value); in getLogIDWithHwIsolation() local791 if (!logPath.empty()) in getLogIDWithHwIsolation()795 logPath[0].substr(logPath[0].find_last_of('/') + 1)); in getLogIDWithHwIsolation()
15 constexpr auto logPath = "/xyz/openbmc_project/Logging/IPMI"; variable
242 bus.new_method_call(logBusName, logPath, logIntf, "IpmiSelAddOem"); in addCperSELLog()
46 std::filesystem::directory_iterator logPath(hostLoggerFilePath, ec); in getHostLoggerFiles() local52 for (const std::filesystem::directory_entry& it : logPath) in getHostLoggerFiles()
865 auto logPath = getPELRepoPath() / "logs"; in TEST_F() local866 std::string cmd = "rm " + logPath.string() + "/*_*"; in TEST_F()
79 lg2::resolve(logPath);