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.cpp 80 static int getFileStartAndLength(int fd, off_t *start_, size_t *length_)
122 if (getFileStartAndLength(fd, &start, &length) < 0)
159 if (getFileStartAndLength(fd, &start, &length) < 0)

Completed in 225 milliseconds