Lines Matching refs:TempPath
543 SmallString<128> TempPath;544 TempPath = OutFile;545 TempPath += "-%%%%%%%%";548 llvm::sys::fs::createUniqueFile(TempPath.str(), fd, TempPath);555 EC = llvm::sys::fs::createUniqueFile(TempPath.str(), fd, TempPath);561 OSFile = TempFile = TempPath.str();