Home
last modified time | relevance | path

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

/external/llvm/tools/dsymutil/
Ddsymutil.cpp164 static std::error_code getUniqueFile(const llvm::Twine &Model, int &ResultFD, in getUniqueFile() function
187 if (auto EC = getUniqueFile(TmpFile + ".tmp%%%%%.dwarf", FD, UniqueFile)) { in getOutputFileName()