Home
last modified time | relevance | path

Searched refs:fullPath (Results 1 – 7 of 7) sorted by relevance

/openbmc/bios-bmc-smm-error-logger/src/rde/
H A Dexternal_storer_file.cpp153 std::string fullPath = in processLogEntry()
163 stdplus::print(stderr, "Creating CPER file under path: {}. \n", fullPath); in processLogEntry()
164 if (!fileHandler->createFile(fullPath, logEntry)) in processLogEntry()
168 fullPath); in processLogEntry()
172 cperNotifier->createEntry(fullPath + "/index.json"); in processLogEntry()
178 logEntrySavedQueue.push(std::move(fullPath)); in processLogEntry()
182 logEntryQueue.push(std::move(fullPath)); in processLogEntry()
152 std::string fullPath = processLogEntry() local
/openbmc/phosphor-hwmon/
H A Dhwmonio.cpp117 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 Dfan_speed.cpp70 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 Ddevice_callouts.cpp40 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 Dgpio.cpp163 fs::path fullPath(devPath); in configGpio() local
165 if (fs::exists(fullPath)) in configGpio()
/openbmc/phosphor-debug-collector/
H A Ddump_manager_bmc.hpp88 void createEntry(const std::filesystem::path& fullPath);
/openbmc/intel-ipmi-oem/src/
H A Dmanufacturingcommands.cpp400 std::string pwmName, fullPath; in appMTMGetSignal() local
406 fullPath = fanPwmPath + pwmName; in appMTMGetSignal()
407 if (mtm.getProperty(fanService, fullPath, fanIntf, "Value", in appMTMGetSignal()