Home
last modified time | relevance | path

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

/openbmc/pldm/libpldmresponder/
H A Dbios_config.cpp119 fs::path tablePath; in getBIOSTable() local
123 tablePath = tableDir / stringTableFile; in getBIOSTable()
126 tablePath = tableDir / attrTableFile; in getBIOSTable()
129 tablePath = tableDir / attrValueTableFile; in getBIOSTable()
132 return loadTable(tablePath); in getBIOSTable()