Home | History | Annotate | Download | only in download

Lines Matching full:known_devices

139   static const wchar_t* const known_devices[] = {
146 for (int i = 0; i < arraysize(known_devices); ++i) {
148 if (filename_lower == known_devices[i])
151 if (filename_lower.find(string16(known_devices[i]) + L".") == 0)