HomeSort by relevance Sort by last modified time
    Searched refs:IFILE (Results 1 - 2 of 2) sorted by null

  /external/syslinux/diag/geodsp/
mk-lba-img.pl 40 $IFILE = STDIN;
42 open($IFILE, '<', $ifilen) or die "open:$!";
46 binmode($ifile);
62 while ( read($IFILE, $ch, 1) ) {
87 close($IFILE);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtUtils.java 47 import org.eclipse.core.resources.IFile;
378 public static Collection<IEditorPart> findEditorsFor(@NonNull IFile file, boolean restore) {
432 public static IFile getActiveFile() {
486 * Converts a {@link File} to an {@link IFile}, if possible.
489 * @return the corresponding {@link IFile}, or null
491 public static IFile fileToIFile(File file) {
497 IFile[] files = workspace.findFilesForLocationURI(file.toURI());
518 IFile[] files = workspace.findFilesForLocationURI(file.toURI());
528 * Converts a {@link IPath} to an {@link IFile}, if possible.
531 * @return the corresponding {@link IFile}, or nul
    [all...]

Completed in 73 milliseconds