Home
last modified time | relevance | path

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

/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/
DDefaultNativeRuntimeLoader.java99 Path icuPath = tempDirectory.create("icu"); in maybeCopyIcuData() local
102 System.setProperty("icu.dir", icuPath.toAbsolutePath().toString()); in maybeCopyIcuData()