Home | History | Annotate | Download | only in fastboot

Lines Matching full:nchars

520     DWORD nchars = GetTempPath(sizeof(temp_path), temp_path);
521 if (nchars == 0 || nchars >= sizeof(temp_path)) {