Searched refs:FormatFilePath (Results 1 – 1 of 1) sorted by relevance
23116 SmallString<128> FormatFilePath; in TEST() local23118 "FormatFileTest", "tpl", FormatFilePath); in TEST()23120 llvm::raw_fd_ostream FormatFileTest(FormatFilePath, ECF); in TEST()23133 std::string format_file_arg = std::string("file:") + FormatFilePath.c_str(); in TEST()23136 llvm::sys::fs::remove(FormatFilePath.c_str()); in TEST()