Home
last modified time | relevance | path

Searched refs:length_ (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() argument
28 assert(length_ != NULL); in getFileStartAndLength()
48 *length_ = length; in getFileStartAndLength()