Home
last modified time | relevance | path

Searched refs:tempDirectory (Results 1 – 1 of 1) sorted by relevance

/test/robolectric-extensions/plugins/src/main/java/org/robolectric/android/plugins/
DAndroidNativeRuntimeLoader.java191 private void maybeCopyIcuData(TempDirectory tempDirectory) throws IOException { in maybeCopyIcuData() argument
200 Path icuPath = tempDirectory.create("icu"); in maybeCopyIcuData()
207 private void maybeCopyArscFile(TempDirectory tempDirectory) throws IOException { in maybeCopyArscFile() argument
215 Path arscPath = tempDirectory.create("arsc"); in maybeCopyArscFile()
228 private void loadLibrary(TempDirectory tempDirectory) throws IOException { in loadLibrary() argument
230 Path libraryPath = tempDirectory.getBasePath().resolve(libraryName); in loadLibrary()
263 void maybeCopyFonts(TempDirectory tempDirectory); in maybeCopyFonts() argument