Home
last modified time | relevance | path

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

/bootable/recovery/minzip/
DSysUtil.c24 static int getFileStartAndLength(int fd, off_t *start_, size_t *length_) in getFileStartAndLength() argument
30 assert(length_ != NULL); in getFileStartAndLength()
50 *length_ = length; in getFileStartAndLength()