Home
last modified time | relevance | path

Searched refs:TempFilePath (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/lib/Support/
HDFileOutputBuffer.cpp72 SmallString<128> TempFilePath; in create() local
75 TempFilePath, Mode); in create()
99 new FileOutputBuffer(std::move(MappedFile), FilePath, TempFilePath)); in create()