Home
last modified time | relevance | path

Searched refs:getFileStartAndLength (Results 1 – 1 of 1) sorted by relevance

/bootable/recovery/minzip/
DSysUtil.c22 static int getFileStartAndLength(int fd, off_t *start_, size_t *length_) in getFileStartAndLength() function
68 if (getFileStartAndLength(fd, &start, &length) < 0) in sysMapFD()