HomeSort by relevance Sort by last modified time
    Searched refs:resLocation (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 218 IPath resLocation = resFolder.getLocation();
221 if (resLocation != null && manifestLocation != null) {
225 osResPaths.add(resLocation.toOSString()); //main project
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PreCompilerBuilder.java 620 IPath resLocation = resFolder.getLocation();
624 if (outputLocation != null && resLocation != null
627 String osResPath = resLocation.toOSString();
    [all...]

Completed in 230 milliseconds