Home
last modified time | relevance | path

Searched refs:workspacePathToFile (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DEclipseLintClient.java22 import static com.android.ide.eclipse.adt.AdtUtils.workspacePathToFile;
792 File file = workspacePathToFile(javaProject.getOutputLocation()); in getClassPath()
813 sources.add(workspacePathToFile(entry.getPath())); in getClassPath()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
DAdtUtils.java472 public static File workspacePathToFile(@NonNull IPath path) { in workspacePathToFile() method in AdtUtils