Lines Matching defs:temporaryFile
89 DuplicatableFileHandle temporaryFile("sample text");
90 res.openFile(temporaryFile.filePath);
98 DuplicatableFileHandle temporaryFile("sample text");
99 FILE* fd = fopen(temporaryFile.filePath.c_str(), "r+");
110 DuplicatableFileHandle temporaryFile("sample text");
111 FILE* fd = fopen(temporaryFile.filePath.c_str(), "r");
122 DuplicatableFileHandle temporaryFile("sample text");
123 res.openFile(temporaryFile.filePath);
153 DuplicatableFileHandle temporaryFile(data);
154 FILE* f = fopen(temporaryFile.filePath.c_str(), "r+");
165 DuplicatableFileHandle temporaryFile(data);
169 file.open(temporaryFile.filePath.c_str(), boost::beast::file_mode::read,
180 DuplicatableFileHandle temporaryFile(data);
184 file.open(temporaryFile.filePath.c_str(), boost::beast::file_mode::read,