OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:serial_short
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/storage_monitor/
storage_monitor_linux.cc
65
std::string
serial_short
= GetUdevDevicePropertyValue(device,
local
67
if (vendor.empty() && model.empty() &&
serial_short
.empty())
70
return kVendorModelSerialPrefix + vendor + ":" + model + ":" +
serial_short
;
Completed in 45 milliseconds