Home
last modified time | relevance | path

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

/external/llvm-project/lld/MachO/
DDriverUtils.cpp106 static std::string rewritePath(StringRef s) { in rewritePath() function
124 os << quote(rewritePath(arg->getValue())) << "\n"; in createResponseFile()
132 os << quote(rewritePath(path)) << "\n"; in createResponseFile()
140 os << arg->getSpelling() << " " << quote(rewritePath(arg->getValue())) in createResponseFile()
146 << quote(rewritePath(arg->getValue(2))) << "\n"; in createResponseFile()
/external/jsoncpp/src/jsontestrunner/
Dmain.cpp196 static int rewriteValueTree(const Json::String& rewritePath, in rewriteValueTree() argument
201 FILE* fout = fopen(rewritePath.c_str(), "wt"); in rewriteValueTree()
203 std::cerr << "Failed to create rewrite file: " << rewritePath << std::endl; in rewriteValueTree()
290 Json::String const rewritePath = basePath + ".rewrite"; in runTest() local
301 exitCode = rewriteValueTree(rewritePath, root, opts.write, &rewrite); in runTest()
/external/llvm-project/lld/ELF/
DDriverUtils.cpp161 static std::string rewritePath(StringRef s) { in rewritePath() function
180 os << quote(rewritePath(arg->getValue())) << "\n"; in createResponseFile()
199 os << arg->getSpelling() << " " << quote(rewritePath(arg->getValue())) in createResponseFile()