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

  /external/e2fsprogs/lib/ext2fs/
dosio.c 325 unsigned long fsec, fhead, fcyl; local
328 fhead = (unsigned long)pent->start_head;
330 part->start = fsec + fhead * part->sects + fcyl *
  /development/tools/recovery_l10n/src/com/android/recovery_l10n/
Main.java 178 final Runnable fhead = head; local
180 return new Runnable() { public void run() { startSequence(fhead, floc); } };

Completed in 121 milliseconds