Home
last modified time | relevance | path

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

/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_table.hpp122 FileTable& buildFileTable(const std::string& fileTablePath);
H A Dfile_table.cpp135 FileTable& buildFileTable(const std::string& fileTablePath) in buildFileTable() function
H A Dfile_io.cpp375 auto& table = buildFileTable(FILE_TABLE_JSON); in readFileIntoMemory()
489 auto& table = buildFileTable(FILE_TABLE_JSON); in writeFileFromMemory()
588 auto table = buildFileTable(FILE_TABLE_JSON); in getFileTable()
640 auto& table = buildFileTable(FILE_TABLE_JSON); in readFile()
744 auto& table = buildFileTable(FILE_TABLE_JSON); in writeFile()
/openbmc/pldm/oem/ibm/test/
H A Dlibpldmresponder_fileio_test.cpp260 auto& table = buildFileTable(fileTableConfig.c_str()); in TEST_F()
295 auto& table = buildFileTable(fileTableConfig.c_str()); in TEST_F()
330 auto& table = buildFileTable(fileTableConfig.c_str()); in TEST_F()
368 auto& table = buildFileTable(fileTableConfig.c_str()); in TEST_F()
439 auto& table = buildFileTable(fileTableConfig.c_str()); in TEST_F()
475 auto& table = buildFileTable(TestFileTable::fileTableConfig.c_str()); in TEST_F()
530 auto& table = buildFileTable(fileTableConfig.c_str()); in TEST_F()
632 auto& table = buildFileTable(fileTableConfig.c_str()); in TEST_F()
680 auto& table = buildFileTable(fileTableConfig.c_str()); in TEST_F()
736 auto& table = buildFileTable(fileTableConfig.c_str()); in TEST_F()
[all …]