Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dsync_manager.cpp24 int Sync::processEntry(int mask, const fs::path& entryPath) in processEntry() argument
32 dst /= entryPath.relative_path(); in processEntry()
41 if (fs::is_directory(entryPath, ec)) in processEntry()
54 execl("/usr/bin/rsync", "rsync", "-aI", entryPath.c_str(), in processEntry()
59 "ERRNO", errno, "PATH", entryPath); in processEntry()
65 entryPath.c_str(), dst.c_str(), nullptr); in processEntry()
69 "ERRNO", errno, "PATH", entryPath); in processEntry()
H A Dsync_manager.hpp35 static int processEntry(int mask, const fs::path& entryPath);
/openbmc/phosphor-certificate-manager/test/
H A Dca_certs_manager_test.cpp104 std::string entryPath = manager.createCSRObject(csrString); in TEST_F() local
105 std::size_t pos = entryPath.rfind("/"); in TEST_F()
110 id = entryPath.substr(pos + 1); in TEST_F()
/openbmc/phosphor-logging/
H A Delog_block.hpp46 std::string entryPath{ in Block() local
50 std::string{"blocking_obj"}, entryPath)}; in Block()
H A Dlog_manager.cpp427 auto entryPath = std::string(OBJ_ENTRY) + '/' + std::to_string(entryId); in quiesceOnError() local
430 propertiesChanged(entryPath, "xyz.openbmc_project.Logging.Entry"), in quiesceOnError()
/openbmc/phosphor-user-manager/phosphor-ldap-config/
H A Dldap_config.cpp837 auto entryPath = objectPath + '/' + "role_map" + '/' + id; in restoreRoleMapping() local
838 auto persistPath = parent.dbusPersistentPath + entryPath; in restoreRoleMapping()
840 bus, entryPath.c_str(), persistPath.c_str(), *this); in restoreRoleMapping()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dmanager.cpp311 auto entryPath{std::string(OBJ_ENTRY) + '/' + std::to_string(obmcLogID)}; in isDeleteProhibited() local
312 auto entry = _pelEntries.find(entryPath); in isDeleteProhibited()
318 entryPath += "/isolated_hw_entry", "/", 0, in isDeleteProhibited()
/openbmc/phosphor-host-ipmid/
H A Dstoragehandler.cpp82 fs::path entryPath(p); in getLoggingId() local
83 return std::stoul(entryPath.filename().string()); in getLoggingId()
/openbmc/bmcweb/redfish-core/lib/
H A Dlog_services.hpp711 std::string entryPath = in downloadEventLogEntry() local
724 entryPath, "xyz.openbmc_project.Logging.Entry", "GetEntry"); in downloadEventLogEntry()