Home | History | Annotate | Download | only in apps

Lines Matching refs:len_0

3024 	size_t i, len_0 = strlen(name)+1;
3026 if (len_0 > sizeof(FileData.cFileName)/sizeof(FileData.cFileName[0]))
3030 if (!MultiByteToWideChar(CP_ACP,0,name,len_0,FileData.cFileName,len_0))
3032 for (i=0;i<len_0;i++)