Searched defs:getFileStartAndLength (Results 1 - 1 of 1) sorted by relevance

/dalvik/libdex/
H A DSysUtil.cpp80 static int getFileStartAndLength(int fd, off_t *start_, size_t *length_) function
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 1404 milliseconds