Searched refs:tempDirectory (Results 1 – 1 of 1) sorted by relevance
191 private void maybeCopyIcuData(TempDirectory tempDirectory) throws IOException { in maybeCopyIcuData() argument200 Path icuPath = tempDirectory.create("icu"); in maybeCopyIcuData()207 private void maybeCopyArscFile(TempDirectory tempDirectory) throws IOException { in maybeCopyArscFile() argument215 Path arscPath = tempDirectory.create("arsc"); in maybeCopyArscFile()228 private void loadLibrary(TempDirectory tempDirectory) throws IOException { in loadLibrary() argument230 Path libraryPath = tempDirectory.getBasePath().resolve(libraryName); in loadLibrary()263 void maybeCopyFonts(TempDirectory tempDirectory); in maybeCopyFonts() argument