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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
BuildHelper.java 219 IPath manifestLocation = manifestFile.getLocation();
221 if (resLocation != null && manifestLocation != null) {
241 String osManifestPath = manifestLocation.toOSString();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PreCompilerBuilder.java 621 IPath manifestLocation = manifest == null ? null : manifest.getLocation();
625 && manifestLocation != null) {
628 String osManifestPath = manifestLocation.toOSString();
    [all...]

Completed in 59 milliseconds