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