Searched defs:CrackDeviceId (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/components/storage_monitor/
H A Dstorage_info.cc99 bool StorageInfo::CrackDeviceId(const std::string& device_id, function in class:storage_monitor::StorageInfo
138 return CrackDeviceId(device_id, &type, NULL) &&
146 return CrackDeviceId(device_id, &type, NULL) &&
156 return CrackDeviceId(device_id, &type, NULL) &&
168 return CrackDeviceId(device_id, &type, NULL) && type == ITUNES;
174 return CrackDeviceId(device_id, &type, NULL) && type == IPHOTO;
180 return CrackDeviceId(device_id, &type, NULL) && type == PICASA;
186 return CrackDeviceId(device_id, &type, NULL) && type == MTP_OR_PTP;

Completed in 72 milliseconds