HomeSort by relevance Sort by last modified time
    Searched refs:mPathInfo (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/discovery/
NdkScannerInfoCollector.java 36 private NdkDiscoveredPathInfo mPathInfo;
55 mPathInfo.update(monitor);
60 return mPathInfo;
75 mPathInfo = new NdkDiscoveredPathInfo(context.getProject());
100 mPathInfo.delete();
NdkDiscoveryUpdater.java 50 private final NdkDiscoveredPathInfo mPathInfo;
58 mPathInfo = pathInfo;
277 mPathInfo.setIncludePaths(includes);
308 mPathInfo.setSymbols(defines);

Completed in 42 milliseconds