Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/utils/
DOutputMode.java13 String getOutputPath(Resource resource, int index) { in getOutputPath() method
19 String getOutputPath(Resource resource, int index) { in getOutputPath() method
29 abstract String getOutputPath(Resource resource, int index); in getOutputPath() method in OutputMode
/external/r8/src/main/java/com/android/tools/r8/
DBaseCommand.java72 public Path getOutputPath() { in getOutputPath() method in BaseCommand
195 public Path getOutputPath() { in getOutputPath() method in BaseCommand.Builder
/external/llvm/tools/llvm-cov/
DSourceCoverageView.cpp31 std::string CoveragePrinter::getOutputPath(StringRef Path, StringRef Extension, in getOutputPath() function in CoveragePrinter
/external/llvm/lib/LibDriver/
DLibDriver.cpp59 static std::string getOutputPath(llvm::opt::InputArgList *Args, in getOutputPath() function
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowMediaRecorder.java209 public String getOutputPath() { in getOutputPath() method in ShadowMediaRecorder