Lines Matching refs:TempPath
558 SmallString<128> TempPath;559 TempPath = OutFile;560 TempPath += "-%%%%%%%%";562 if (llvm::sys::fs::unique_file(TempPath.str(), fd, TempPath,565 OSFile = TempFile = TempPath.str();