Home
last modified time | relevance | path

Searched defs:output_path (Results 1 – 1 of 1) sorted by relevance

/bionic/tools/versioner/src/
DPreprocessor.cpp394 static void rewriteFile(const std::string& output_path, std::deque<std::string>& file_lines, in rewriteFile()
497 std::string output_path = (llvm::Twine(dst_dir) + rel_path).str(); in preprocessHeaders() local