Searched refs:strarray (Results 1 – 2 of 2) sorted by relevance
673 private static String[] copy(String[] strarray) { in copy() argument674 return Arrays.copyOf(strarray, strarray.length); in copy()
2833 private static String[] copy(String[] strarray) { in copy() argument2834 return Arrays.copyOf(strarray, strarray.length); in copy()