| /openbmc/phosphor-objmgr/src/ |
| H A D | path.hpp | 6 std::string newPath; in appendPathSegment() local 7 newPath.reserve(target.size() + 1 + segment.size()); in appendPathSegment() 8 newPath.append(target).append("/").append(segment); in appendPathSegment() 9 return newPath; in appendPathSegment()
|
| /openbmc/google-ipmi-sys/ |
| H A D | file_system_wrapper.cpp | 31 void FileSystemWrapper::rename(const fs::path& oldPath, const fs::path& newPath, in rename() argument 34 fs::rename(oldPath, newPath, ec); in rename()
|
| H A D | file_system_wrapper_impl.hpp | 29 void rename(const fs::path& oldPath, const fs::path& newPath,
|
| H A D | file_system_wrapper.hpp | 51 virtual void rename(const fs::path& oldPath, const fs::path& newPath,
|
| /openbmc/u-boot/cmd/ |
| H A D | yaffs2.c | 41 extern void cmd_yaffs_mv(const char *oldPath, const char *newPath); 267 char *newPath; in do_ymv() local 275 newPath = argv[2]; in do_ymv() 277 cmd_yaffs_mv(newPath, oldPath); in do_ymv()
|
| /openbmc/phosphor-state-manager/ |
| H A D | host_state_manager_main.cpp | 62 fs::path newPath{std::format(HOST_STATE_PERSIST_PATH, hostId)}; in main() local 65 fs::rename(legacyPath, newPath); in main()
|
| /openbmc/dbus-sensors/src/hwmon-temp/ |
| H A D | HwmonTempSensor.cpp | 97 void HwmonTempSensor::activate(const std::string& newPath, in activate() argument 105 path = newPath; in activate()
|
| H A D | HwmonTempSensor.hpp | 46 void activate(const std::string& newPath,
|
| /openbmc/dbus-sensors/src/psu/ |
| H A D | PSUSensor.cpp | 122 void PSUSensor::activate(const std::string& newPath, in activate() argument 130 path = newPath; in activate()
|
| H A D | PSUSensor.hpp | 36 void activate(const std::string& newPath,
|
| /openbmc/u-boot/fs/yaffs2/ |
| H A D | yaffs_uboot_glue.c | 458 void cmd_yaffs_mv(const char *oldPath, const char *newPath) in cmd_yaffs_mv() argument 460 int retval = yaffs_rename(newPath, oldPath); in cmd_yaffs_mv()
|
| H A D | yaffsfs.h | 102 int yaffs_rename(const YCHAR *oldPath, const YCHAR *newPath) ;
|
| H A D | yaffsfs.c | 1479 int yaffs_rename(const YCHAR *oldPath, const YCHAR *newPath) in yaffs_rename() argument 1496 if (!oldPath || !newPath) { in yaffs_rename() 1501 if (yaffsfs_CheckPath(oldPath) < 0 || yaffsfs_CheckPath(newPath) < 0) { in yaffs_rename() 1506 if (yaffsfs_alt_dir_path(newPath, &alt_newpath) < 0) { in yaffs_rename() 1511 newPath = alt_newpath; in yaffs_rename() 1517 newdir = yaffsfs_FindDirectory(NULL, newPath, &newname, 0, in yaffs_rename() 1520 newobj = yaffsfs_FindObject(NULL, newPath, 0, 0, NULL, NULL, NULL); in yaffs_rename()
|
| /openbmc/phosphor-host-ipmid/ |
| H A D | transporthandler.cpp | 563 auto newPath = reply.unpack<sdbusplus::message::object_path>(); in createVLAN() local 565 params.logicalPath = std::move(newPath); in createVLAN()
|