Home
last modified time | relevance | path

Searched defs:newPath (Results 1 – 9 of 9) sorted by relevance

/openbmc/phosphor-objmgr/src/
H A Dpath.hpp6 std::string newPath; in appendPathSegment() local
/openbmc/google-ipmi-sys/
H A Dfile_system_wrapper.cpp31 void FileSystemWrapper::rename(const fs::path& oldPath, const fs::path& newPath, in rename()
/openbmc/phosphor-state-manager/
H A Dhost_state_manager_main.cpp62 fs::path newPath{std::format(HOST_STATE_PERSIST_PATH, hostId)}; in main() local
/openbmc/dbus-sensors/src/hwmon-temp/
H A DHwmonTempSensor.cpp97 void HwmonTempSensor::activate(const std::string& newPath, in activate()
/openbmc/dbus-sensors/src/psu/
H A DPSUSensor.cpp122 void PSUSensor::activate(const std::string& newPath, in activate()
/openbmc/u-boot/cmd/
H A Dyaffs2.c267 char *newPath; in do_ymv() local
/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_uboot_glue.c458 void cmd_yaffs_mv(const char *oldPath, const char *newPath) in cmd_yaffs_mv()
H A Dyaffsfs.c1479 int yaffs_rename(const YCHAR *oldPath, const YCHAR *newPath) in yaffs_rename()
/openbmc/phosphor-host-ipmid/
H A Dtransporthandler.cpp563 auto newPath = reply.unpack<sdbusplus::message::object_path>(); in createVLAN() local