Searched refs:workspacePathToFile (Results 1 – 2 of 2) sorted by relevance
22 import static com.android.ide.eclipse.adt.AdtUtils.workspacePathToFile;829 File file = workspacePathToFile(javaProject.getOutputLocation());850 sources.add(workspacePathToFile(entry.getPath()));
471 public static File workspacePathToFile(@NonNull IPath path) { in workspacePathToFile() method in AdtUtils