Home
last modified time | relevance | path

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

/ohos5.0/base/theme/wallpaper_mgr/frameworks/native/src/
H A Dwallpaper_manager.cpp674 int32_t fend = fseek(file, 0, SEEK_END); in CheckWallpaperFormat() local
677 if (length <= 0 || (isLive && length > MAX_VIDEO_SIZE) || fend != 0 || fset != 0) { in CheckWallpaperFormat()
/ohos5.0/base/theme/wallpaper_mgr/services/src/
H A Dwallpaper_service.cpp1296 int32_t fend = fseek(fd, 0, SEEK_END); in GetImageSize() local
1299 if (size <= 0 || fend != 0 || fset != 0) { in GetImageSize()
1940 int32_t fend = fseek(fd, 0, SEEK_END); in GetImageSize() local
1943 if (size <= 0 || fend != 0 || fset != 0) { in GetImageSize()