Searched refs:defaultPath (Results 1 – 1 of 1) sorted by relevance
240 String defaultPath = accessor.nativeLibraryPath(); in nativeLibraryPath() local242 int index = defaultPath.lastIndexOf(System.mapLibraryName("robolectric-nativeruntime")); in nativeLibraryPath()244 return defaultPath; in nativeLibraryPath()246 String result = defaultPath.substring(0,index) + "V/" + defaultPath.substring(index); in nativeLibraryPath()249 return defaultPath; in nativeLibraryPath()