Home
last modified time | relevance | path

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

/openbmc/bmcweb/test/http/
H A Dhttp_response_test.cpp86 TemporaryFileHandle temporaryFile("sample text"); in TEST() local
87 res.openFile(temporaryFile.stringPath); in TEST()
95 TemporaryFileHandle temporaryFile("sample text"); in TEST() local
96 FILE* fd = fopen(temporaryFile.stringPath.c_str(), "r+"); in TEST()
106 TemporaryFileHandle temporaryFile("sample text"); in TEST() local
107 FILE* fd = fopen(temporaryFile.stringPath.c_str(), "r"); in TEST()
118 TemporaryFileHandle temporaryFile("sample text"); in TEST() local
119 res.openFile(temporaryFile.stringPath); in TEST()
149 TemporaryFileHandle temporaryFile(data); in TEST() local
150 FILE* f = fopen(temporaryFile.stringPath.c_str(), "r+"); in TEST()
[all …]
H A Dhttp_body_test.cpp70 TemporaryFileHandle temporaryFile("teststring"); in TEST() local
72 value.open(temporaryFile.stringPath.c_str(), boost::beast::file_mode::read, in TEST()
94 TemporaryFileHandle temporaryFile("teststring"); in TEST() local
96 value.open(temporaryFile.stringPath.c_str(), boost::beast::file_mode::read, in TEST()
117 TemporaryFileHandle temporaryFile("teststring"); in TEST() local
119 FILE* r = fopen(temporaryFile.stringPath.c_str(), "r"); in TEST()