Searched refs:src (Results 1 – 2 of 2) sorted by relevance
| /rkdeveloptool/ |
| H A D | RKBoot.cpp | 292 void CRKBoot::WCHAR_To_wchar(WCHAR *src,wchar_t *dst,int len) in WCHAR_To_wchar() argument 298 memcpy(dst,src,2); in WCHAR_To_wchar() 299 src++; in WCHAR_To_wchar() 303 void CRKBoot::WCHAR_To_char(WCHAR *src,char *dst,int len) in WCHAR_To_char() argument 309 memcpy(dst,src,1); in WCHAR_To_char() 310 src++; in WCHAR_To_char()
|
| H A D | RKBoot.h | 87 void WCHAR_To_wchar(WCHAR *src, wchar_t *dst, int len); 88 void WCHAR_To_char(WCHAR *src, char *dst, int len);
|