Searched refs:outLibPaths (Results 1 – 1 of 1) sorted by relevance
353 List<String> outLibPaths) { in makePaths() argument366 if (outLibPaths != null) { in makePaths()367 outLibPaths.clear(); in makePaths()411 if (outLibPaths != null) { in makePaths()412 outLibPaths.add(instrumentationLibDir); in makePaths()414 outLibPaths.add(instrumentedLibDir); in makePaths()424 if (outLibPaths != null) { in makePaths()425 if (outLibPaths.isEmpty()) { in makePaths()426 outLibPaths.add(libDir); in makePaths()434 outLibPaths.add("/system/fake-libs" + in makePaths()[all …]