Searched defs:getFullPath (Results 1 - 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/
H A DFileStorage.java71 * @see org.eclipse.core.resources.IStorage#getFullPath()
74 public IPath getFullPath() { method in class:FileStorage
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
H A DFileListingService.java236 public String getFullPath() { method in class:FileListingService.FileEntry
710 Thread t = new Thread("ls " + entry.getFullPath()) { //$NON-NLS-1$
722 String path = child.getFullPath();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
H A DTemplateHandler.java593 private File getFullPath(@NonNull String fromPath) { method in class:TemplateHandler
644 File from = getFullPath(relativeFrom);
849 File from = getFullPath(relativeFrom);
939 File from = getFullPath(relativeFrom);
997 IPath workspacePath = mProject.getFullPath().append(path);

Completed in 446 milliseconds