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;
829 File file = workspacePathToFile(javaProject.getOutputLocation());
850 sources.add(workspacePathToFile(entry.getPath()));
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
DAdtUtils.java471 public static File workspacePathToFile(@NonNull IPath path) { in workspacePathToFile() method in AdtUtils