Home
last modified time | relevance | path

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

/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_table.cpp53 std::string path_substr; in FileTable() local
55 while (std::getline(stringstream, path_substr, ',')) in FileTable()
57 fsPath.assign(path_substr); in FileTable()