HomeSort by relevance Sort by last modified time
    Searched full:solibpath (Results 1 - 1 of 1) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkDebuggerTab.java 190 String solibPath = dd.open();
192 if (solibPath != null) {
193 mSoliblist.add(solibPath);
194 sLastSolibPath = new File(solibPath).getParent();

Completed in 131 milliseconds