Home | History | Annotate | Download | only in apps

Lines Matching refs:len_0

3027 	size_t i, len_0 = strlen(name)+1;
3029 if (len_0 > sizeof(FileData.cFileName)/sizeof(FileData.cFileName[0]))
3033 if (!MultiByteToWideChar(CP_ACP,0,name,len_0,FileData.cFileName,len_0))
3035 for (i=0;i<len_0;i++)