[go: nahoru, domu]

Searched refs:getFilePath (Results 1 - 5 of 5) sorted by relevance

/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/processing/
H A DScopedErrorReport.java38 public String getFilePath() { method in class:ScopedErrorReport
H A DScopedException.java71 .append("file://").append(scopedError.getFilePath());
85 .append(FILE_KEY).append(scopedError.getFilePath()).append("\n");
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DMountServiceTests.java103 private File getFilePath(String name) { method in class:MountServiceTests
202 final File outFile = getFilePath("test1.obb");
221 final File outFile = getFilePath("test1_nosig.obb");
236 final File outFile = getFilePath("test1_wrongpackage.obb");
252 final File file1 = getFilePath("test1.obb");
253 final File file2 = getFilePath("test2.obb");
/frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
H A DMultiLayoutVerificationTest.java57 File file = new File(report.getFilePath());
113 File file = new File(report.getFilePath());
166 File file = new File(report.getFilePath());
218 File file = new File(report.getFilePath());
H A DSimpleCompilationTest.java111 final File errorFile = new File(report.getFilePath());
137 final File errorFile = new File(report.getFilePath());
275 final File errorFile = new File(report.getFilePath());

Completed in 148 milliseconds