Searched refs:joinedNativeLibPaths (Results 1 – 1 of 1) sorted by relevance
30 String joinedNativeLibPaths = nativePaths != null ? join(nativePaths, ":") : null; in load() local32 new DexClassLoader(joinedDexPaths, dexOutputDir, joinedNativeLibPaths, this.getClass() in load()