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.cpp88 TemporaryFileHandle temporaryFile("sample text"); in TEST() local
89 res.openFile(temporaryFile.stringPath); in TEST()
97 TemporaryFileHandle temporaryFile("sample text"); in TEST() local
98 FILE* fd = fopen(temporaryFile.stringPath.c_str(), "r+"); in TEST()
108 TemporaryFileHandle temporaryFile("sample text"); in TEST() local
109 FILE* fd = fopen(temporaryFile.stringPath.c_str(), "r"); in TEST()
120 TemporaryFileHandle temporaryFile("sample text"); in TEST() local
121 res.openFile(temporaryFile.stringPath); in TEST()
151 TemporaryFileHandle temporaryFile(data); in TEST() local
152 FILE* f = fopen(temporaryFile.stringPath.c_str(), "r+"); in TEST()
[all …]
H A Dhttp_body_test.cpp72 TemporaryFileHandle temporaryFile("teststring"); in TEST() local
74 value.open(temporaryFile.stringPath.c_str(), boost::beast::file_mode::read, in TEST()
96 TemporaryFileHandle temporaryFile("teststring"); in TEST() local
98 value.open(temporaryFile.stringPath.c_str(), boost::beast::file_mode::read, in TEST()
119 TemporaryFileHandle temporaryFile("teststring"); in TEST() local
121 FILE* r = fopen(temporaryFile.stringPath.c_str(), "r"); in TEST()