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.cpp89 DuplicatableFileHandle temporaryFile("sample text"); in TEST() local
90 res.openFile(temporaryFile.filePath); in TEST()
98 DuplicatableFileHandle temporaryFile("sample text"); in TEST() local
99 FILE* fd = fopen(temporaryFile.filePath.c_str(), "r+"); in TEST()
110 DuplicatableFileHandle temporaryFile("sample text"); in TEST() local
111 FILE* fd = fopen(temporaryFile.filePath.c_str(), "r"); in TEST()
122 DuplicatableFileHandle temporaryFile("sample text"); in TEST() local
123 res.openFile(temporaryFile.filePath); in TEST()
153 DuplicatableFileHandle temporaryFile(data); in TEST() local
154 FILE* f = fopen(temporaryFile.filePath.c_str(), "r+"); in TEST()
[all …]
H A Dhttp_body_test.cpp73 DuplicatableFileHandle temporaryFile("teststring"); in TEST() local
75 value.open(temporaryFile.filePath.c_str(), boost::beast::file_mode::read, in TEST()
98 DuplicatableFileHandle temporaryFile("teststring"); in TEST() local
100 value.open(temporaryFile.filePath.c_str(), boost::beast::file_mode::read, in TEST()
122 DuplicatableFileHandle temporaryFile("teststring"); in TEST() local
124 FILE* r = fopen(temporaryFile.filePath.c_str(), "r"); in TEST()