Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_photo_operations.cpp2297 string cacheVideoPath = GetAssetCacheDir() + "/" + cacheMovingPhotoVideoName; in MoveCacheFile() local
2298 …CHECK_AND_RETURN_RET_LOG(MediaFileUtils::CheckMovingPhotoVideo(cacheVideoPath), E_INVALID_MOVING_P… in MoveCacheFile()
2301 int32_t errCode = Move(cacheVideoPath, destVideoPath); in MoveCacheFile()
2304 cacheVideoPath.c_str(), destVideoPath.c_str(), errCode); in MoveCacheFile()