Searched refs:fullPath (Results 1 – 7 of 7) sorted by relevance
/openbmc/bios-bmc-smm-error-logger/src/rde/ |
H A D | external_storer_file.cpp | 152 std::string fullPath = in processLogEntry() local 162 if (!fileHandler->createFile(fullPath, logEntry)) in processLogEntry() 166 fullPath); in processLogEntry() 170 cperNotifier->createEntry(fullPath + "/index.json"); in processLogEntry() 176 logEntrySavedQueue.push(std::move(fullPath)); in processLogEntry() 180 logEntryQueue.push(std::move(fullPath)); in processLogEntry()
|
/openbmc/phosphor-hwmon/ |
H A D | hwmonio.cpp | 117 auto fullPath = sysfs::make_sysfs_path(_p, type, id, sensor); in read() local 123 val = _intf->read(fullPath); in read() 176 auto fullPath = sysfs::make_sysfs_path(_p, type, id, sensor); in write() local 185 _intf->write(fullPath, val); in write()
|
H A D | fan_speed.cpp | 70 auto fullPath = sysfs::make_sysfs_path(_ioAccess->path(), type::pwm, in enable() local 74 fullPath, e.code().value()) in enable()
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | device_callouts.cpp | 40 fs::path fullPath; in getJSONFilename() local 59 fullPath = path; in getJSONFilename() 67 fullPath = path; in getJSONFilename() 72 if (fullPath.empty()) in getJSONFilename() 78 return fullPath; in getJSONFilename()
|
/openbmc/phosphor-buttons/src/ |
H A D | gpio.cpp | 163 fs::path fullPath(devPath); in configGpio() local 165 if (fs::exists(fullPath)) in configGpio()
|
/openbmc/phosphor-debug-collector/ |
H A D | dump_manager_bmc.hpp | 88 void createEntry(const std::filesystem::path& fullPath);
|
/openbmc/intel-ipmi-oem/src/ |
H A D | manufacturingcommands.cpp | 400 std::string pwmName, fullPath; in appMTMGetSignal() local 406 fullPath = fanPwmPath + pwmName; in appMTMGetSignal() 407 if (mtm.getProperty(fanService, fullPath, fanIntf, "Value", in appMTMGetSignal()
|