Home
last modified time | relevance | path

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

/base/theme/wallpaper_mgr/frameworks/native/src/
Dwallpaper_manager.cpp183 std::string fileRealPath; in SetWallpaper() local
184 if (!FileDeal::GetRealPath(uri, fileRealPath)) { in SetWallpaper()
190 ErrorCode wallpaperErrorCode = CheckWallpaperFormat(fileRealPath, false, length); in SetWallpaper()
196 int32_t fd = open(fileRealPath.c_str(), O_RDONLY, 0660); in SetWallpaper()
273 std::string fileRealPath; in SetVideo() local
274 if (!FileDeal::GetRealPath(uri, fileRealPath)) { in SetVideo()
280 ErrorCode wallpaperErrorCode = CheckWallpaperFormat(fileRealPath, true, length); in SetVideo()
285 int32_t fd = open(fileRealPath.c_str(), O_RDONLY, 0660); in SetVideo()
305 std::string fileRealPath; in SetCustomWallpaper() local
306 if (!FileDeal::GetRealPath(uri, fileRealPath)) { in SetCustomWallpaper()