OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFileStartAndLength
(Results
1 - 2
of
2
) sorted by null
/bootable/recovery/minzip/
SysUtil.c
47
static int
getFileStartAndLength
(int fd, off_t *start_, size_t *length_)
91
if (
getFileStartAndLength
(fd, &start, &length) < 0)
126
if (
getFileStartAndLength
(fd, &start, &length) < 0)
160
if (
getFileStartAndLength
(fd, &dummy, &fileLength) < 0)
/dalvik/libdex/
SysUtil.c
87
static int
getFileStartAndLength
(int fd, off_t *start_, size_t *length_)
132
if (
getFileStartAndLength
(fd, &start, &length) < 0)
169
if (
getFileStartAndLength
(fd, &start, &length) < 0)
202
if (
getFileStartAndLength
(fd, &start, &length) < 0)
241
if (
getFileStartAndLength
(fd, &start, &length) < 0)
287
if (
getFileStartAndLength
(fd, &dummy, &fileLength) < 0)
Completed in 42 milliseconds