Searched refs:imageCacheName (Results 1 – 1 of 1) sorted by relevance
2867 string imageCacheName; in GetMovingPhotoCachePath() local2870 GetStringFromValuesBucket(values, CACHE_FILE_NAME, imageCacheName); in GetMovingPhotoCachePath()2872 CHECK_AND_RETURN_RET_LOG(!imageCacheName.empty() || !videoCacheName.empty(), in GetMovingPhotoCachePath()2886 if (imageCacheName.empty()) { in GetMovingPhotoCachePath()2887 imageCacheName = MediaFileUtils::GetTitleFromDisplayName(videoCacheName) + "_image." + in GetMovingPhotoCachePath()2889 … CHECK_AND_RETURN_RET_LOG(MediaFileUtils::CopyFileUtil(assetPath, cacheDir + "/" + imageCacheName), in GetMovingPhotoCachePath()2893 videoCacheName = MediaFileUtils::GetTitleFromDisplayName(imageCacheName) + "_video.mp4"; in GetMovingPhotoCachePath()2898 imageCachePath = cacheDir + "/" + imageCacheName; in GetMovingPhotoCachePath()