Searched refs:outLibPaths (Results 1 – 1 of 1) sorted by relevance
317 List<String> outZipPaths, List<String> outLibPaths) { in makePaths() argument329 if (outLibPaths != null) { in makePaths()330 outLibPaths.clear(); in makePaths()366 if (outLibPaths != null) { in makePaths()367 outLibPaths.add(instrumentationLibDir); in makePaths()369 outLibPaths.add(instrumentedLibDir); in makePaths()378 if (outLibPaths != null) { in makePaths()379 if (outLibPaths.isEmpty()) { in makePaths()380 outLibPaths.add(libDir); in makePaths()388 outLibPaths.add("/system/fake-libs" + in makePaths()[all …]