Home
last modified time | relevance | path

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

/openbmc/pldm/libpldmresponder/
H A Dbios_config.cpp120 fs::path tablePath; in getBIOSTable() local
124 tablePath = tableDir / stringTableFile; in getBIOSTable()
127 tablePath = tableDir / attrTableFile; in getBIOSTable()
130 tablePath = tableDir / attrValueTableFile; in getBIOSTable()
133 return loadTable(tablePath); in getBIOSTable()