Home | History | Annotate | Download | only in fastboot

Lines Matching defs:nchars

526     DWORD nchars = GetTempPath(sizeof(temp_path), temp_path);
527 if (nchars == 0 || nchars >= sizeof(temp_path)) {