Searched defs:copyResourceTo (Results 1 - 1 of 1) sorted by relevance

/frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
H A DBaseCompilationTest.java72 protected void copyResourceTo(String name, String path) throws IOException { method in class:BaseCompilationTest
73 copyResourceTo(name, new File(testFolder, path));
76 protected void copyResourceTo(String name, String path, Map<String, String> replacements) method in class:BaseCompilationTest
78 copyResourceTo(name, new File(testFolder, path), replacements);
96 copyResourceTo(name + "/" + resourcePath, new File(target, resourcePath));
138 protected void copyResourceTo(String name, File targetFile) throws IOException { method in class:BaseCompilationTest
157 protected void copyResourceTo(String name, File targetFile, Map<String, String> replacements) method in class:BaseCompilationTest
160 copyResourceTo(name, targetFile);
210 copyResourceTo("/AndroidManifest.xml",
212 copyResourceTo("/project_buil
[all...]

Completed in 49 milliseconds