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

  /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)
  /bootable/recovery/minzip/
SysUtil.c 22 static int getFileStartAndLength(int fd, off_t *start_, size_t *length_)
66 if (getFileStartAndLength(fd, &start, &length) < 0)

Completed in 80 milliseconds