Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DFileUtilities.cpp299 SmallString<128> GeneratedUniqPath; in writeFileAtomically() local
301 if (sys::fs::createUniqueFile(TempPathModel, TempFD, GeneratedUniqPath)) { in writeFileAtomically()
305 llvm::FileRemover RemoveTmpFileOnFail(GeneratedUniqPath); in writeFileAtomically()
319 if (sys::fs::rename(/*from=*/GeneratedUniqPath, /*to=*/FinalPath)) { in writeFileAtomically()