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.java391 List<String> fixedSolibPaths = new ArrayList<String>(solibPaths.size()); in performVariableSubstitutions() local
393 fixedSolibPaths.add(elaborateExpression(manager, u)); in performVariableSubstitutions()
396 fixedSolibPaths); in performVariableSubstitutions()