Searched defs:splitPaths (Results 1 - 1 of 1) sorted by relevance

/libcore/dalvik/src/main/java/dalvik/system/
H A DDexPathList.java142 return splitPaths(path, null, false);
160 ArrayList<File> result = splitPaths(path, System.getProperty("java.library.path"), true);
173 private static ArrayList<File> splitPaths(String path1, String path2, method in class:DexPathList
183 * Helper for {@link #splitPaths}, which does the actual splitting

Completed in 119 milliseconds