Searched refs:fend (Results 1 – 2 of 2) sorted by relevance
674 int32_t fend = fseek(file, 0, SEEK_END); in CheckWallpaperFormat() local677 if (length <= 0 || (isLive && length > MAX_VIDEO_SIZE) || fend != 0 || fset != 0) { in CheckWallpaperFormat()
1296 int32_t fend = fseek(fd, 0, SEEK_END); in GetImageSize() local1299 if (size <= 0 || fend != 0 || fset != 0) { in GetImageSize()1940 int32_t fend = fseek(fd, 0, SEEK_END); in GetImageSize() local1943 if (size <= 0 || fend != 0 || fset != 0) { in GetImageSize()