Home
last modified time | relevance | path

Searched refs:fixedSolibPaths (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
DNdkGdbLaunchDelegate.java410 List<String> fixedSolibPaths = new ArrayList<String>(solibPaths.size()); in performVariableSubstitutions() local
412 fixedSolibPaths.add(elaborateExpression(manager, u)); in performVariableSubstitutions()
415 fixedSolibPaths); in performVariableSubstitutions()