char file_ext[255] = { 0 };
char *get_path = NULL;
int ret_len = 0;
- ms_user_storage_type_t store_type = -1;
+ ms_user_storage_type_e store_type = -1;
int ret = MS_MEDIA_ERR_NONE;
if (file_full_path == NULL || thumb_hash_path == NULL || max_thumb_path <= 0) {
return MS_MEDIA_ERR_INVALID_PARAMETER;
}
- ms_user_storage_type_t store_type = -1;
+ ms_user_storage_type_e store_type = -1;
err = ms_user_get_storage_type(uid, origin_path, &store_type);
if((err != MS_MEDIA_ERR_NONE) || ((store_type != MS_USER_STORAGE_INTERNAL) && (store_type != MS_USER_STORAGE_EXTERNAL))) {
return MS_MEDIA_ERR_INVALID_PARAMETER;
}
- ms_user_storage_type_t store_type = -1;
+ ms_user_storage_type_e store_type = -1;
err = ms_user_get_storage_type(uid, origin_path, &store_type);
if((err != MS_MEDIA_ERR_NONE) || ((store_type != MS_USER_STORAGE_INTERNAL) && (store_type != MS_USER_STORAGE_EXTERNAL))) {