Searched refs:stCusPath (Results 1 – 1 of 1) sorted by relevance
357 ST_LDM_CONF_PATH stCusPath; in MDrv_LDM_SetConfPath() local377 memset(&stCusPath,0,sizeof(ST_LDM_CONF_PATH)); in MDrv_LDM_SetConfPath()378 strcpy((char *)(stCusPath.aCusPath), (const char *)(stPath.aCusPath)); in MDrv_LDM_SetConfPath()379 strcpy((char *)(stCusPath.aCusPathU), (const char *)(stPath.aCusPathU)); in MDrv_LDM_SetConfPath()380 iResult = ioctl(LDM_fd, MDRV_LDM_IOC_CUS_PATH,&stCusPath); in MDrv_LDM_SetConfPath()