Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
DAdtUtils.java503 return pathToIFile(filePath); in fileToIFile()
533 public static IFile pathToIFile(IPath path) { in pathToIFile() method in AdtUtils
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
DHyperlinks.java584 IFile file = AdtUtils.pathToIFile(filePath); in openPath()