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

  /bootable/recovery/minzip/
SysUtil.c 47 static int getFileStartAndLength(int fd, off_t *start_, size_t *length_)
91 if (getFileStartAndLength(fd, &start, &length) < 0)
126 if (getFileStartAndLength(fd, &start, &length) < 0)
160 if (getFileStartAndLength(fd, &dummy, &fileLength) < 0)
  /dalvik/libdex/
SysUtil.c 80 static int getFileStartAndLength(int fd, off_t *start_, size_t *length_)
125 if (getFileStartAndLength(fd, &start, &length) < 0)
162 if (getFileStartAndLength(fd, &start, &length) < 0)
195 if (getFileStartAndLength(fd, &start, &length) < 0)
234 if (getFileStartAndLength(fd, &start, &length) < 0)

Completed in 168 milliseconds