Searched refs:arscFilePath (Results 1 – 1 of 1) sorted by relevance
216 Path arscFilePath = arscPath.resolve(arscFileName); in maybeCopyArscFile() local217 Resources.asByteSource(arscUrl).copyTo(Files.asByteSink(arscFilePath.toFile())); in maybeCopyArscFile()218 System.setProperty("arsc.file.path", arscFilePath.toAbsolutePath().toString()); in maybeCopyArscFile()