Searched refs:cacheVideoPath (Results 1 – 1 of 1) sorted by relevance
2297 string cacheVideoPath = GetAssetCacheDir() + "/" + cacheMovingPhotoVideoName; in MoveCacheFile() local2298 …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()