Searched refs:getFileStartAndLength (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/recovery/minzip/ |
| H A D | SysUtil.c | 47 static int getFileStartAndLength(int fd, off_t *start_, size_t *length_) in getFileStartAndLength() function 91 if (getFileStartAndLength(fd, &start, &length) < 0) in sysLoadFileInShmem() 126 if (getFileStartAndLength(fd, &start, &length) < 0) in sysMapFileInShmem() 160 if (getFileStartAndLength(fd, &dummy, &fileLength) < 0) in sysMapFileSegmentInShmem()
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minzip/ |
| H A D | SysUtil.c | 47 static int getFileStartAndLength(int fd, off_t *start_, size_t *length_) in getFileStartAndLength() function 91 if (getFileStartAndLength(fd, &start, &length) < 0) in sysLoadFileInShmem() 126 if (getFileStartAndLength(fd, &start, &length) < 0) in sysMapFileInShmem() 160 if (getFileStartAndLength(fd, &dummy, &fileLength) < 0) in sysMapFileSegmentInShmem()
|