Home
last modified time | relevance | path

Searched refs:symlinkPath (Results 1 – 2 of 2) sorted by relevance

/openbmc/openpower-pnor-code-mgmt/ubi/
H A Ditem_updater_ubi.cpp400 std::string ItemUpdaterUbi::determineId(const std::string& symlinkPath) in determineId() argument
402 if (!std::filesystem::exists(symlinkPath)) in determineId()
407 auto target = std::filesystem::canonical(symlinkPath).string(); in determineId()
H A Ditem_updater_ubi.hpp63 static std::string determineId(const std::string& symlinkPath);