Searched refs:splitPaths (Results 1 – 1 of 1) sorted by relevance
139 this.nativeLibraryDirectories = splitPaths(librarySearchPath, false); in DexPathList()141 splitPaths(System.getProperty("java.library.path"), true); in DexPathList()222 return splitPaths(path, false); in splitDexPath()234 private static List<File> splitPaths(String searchPath, boolean directoriesOnly) { in splitPaths() method in DexPathList