/external/llvm/lib/LibDriver/ |
D | LibDriver.cpp | 59 static std::string getOutputPath(llvm::opt::InputArgList *Args, in getOutputPath() function 150 llvm::writeArchive(getOutputPath(&Args, Members[0]), Members, in libDriverMain()
|
/external/llvm/tools/llvm-cov/ |
D | SourceCoverageView.cpp | 31 std::string CoveragePrinter::getOutputPath(StringRef Path, StringRef Extension, in getOutputPath() function in CoveragePrinter 59 std::string FullPath = getOutputPath(Path, Extension, InToplevel, false); in createOutputStream()
|
D | SourceCoverageViewText.cpp | 38 OSRef << getOutputPath(SF, "txt", /*InToplevel=*/false) << '\n'; in createIndexFile()
|
D | SourceCoverageView.h | 117 std::string getOutputPath(StringRef Path, StringRef Extension,
|
D | SourceCoverageViewHTML.cpp | 248 escape(getOutputPath(SF, "html", /*InToplevel=*/false)); in createIndexFile()
|
/external/llvm-project/llvm/tools/llvm-cov/ |
D | SourceCoverageView.cpp | 30 std::string CoveragePrinter::getOutputPath(StringRef Path, StringRef Extension, in getOutputPath() function in CoveragePrinter 60 std::string FullPath = getOutputPath(Path, Extension, InToplevel, false); in createOutputStream()
|
D | SourceCoverageView.h | 87 std::string getOutputPath(StringRef Path, StringRef Extension,
|
D | SourceCoverageViewHTML.cpp | 293 std::string ViewPath = getOutputPath(Path, "html", InToplevel); in createViewFile() 327 escape(getOutputPath(SF, "html", /*InToplevel=*/false), Opts); in buildLinkToFile()
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowMediaRecorderTest.java | 110 assertThat(shadowMediaRecorder.getOutputPath()).isNull(); in testOutputFile() 112 assertThat(shadowMediaRecorder.getOutputPath()).isEqualTo("/dev/null"); in testOutputFile()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-lib/ |
D | LibDriver.cpp | 62 static std::string getOutputPath(opt::InputArgList *Args, in getOutputPath() function 355 std::string OutputPath = getOutputPath(&Args, Members[0]); in libDriverMain()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowMediaRecorder.java | 212 public String getOutputPath() { in getOutputPath() method in ShadowMediaRecorder
|
/external/llvm-project/lld/COFF/ |
D | Driver.cpp | 122 static std::string getOutputPath(StringRef path) { in getOutputPath() function 1914 config->outputFile = getOutputPath( in link()
|