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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ProjectState.java 101 public String getRelativePath() {
116 * {@link #getRelativePath()}.
409 File library = new File(projectFile, state.getRelativePath());
461 File library2 = new File(projectFile, state.getRelativePath());
464 String oldProperty = state.getRelativePath();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
LibraryProperties.java 249 addItem(lib.getRelativePath(), libState != null ? libState.getProject() : null, -1);

Completed in 124 milliseconds