OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:os_hardware
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/policy/
device_management_backend_impl.cc
412
std::string
os_hardware
(base::SysInfo::CPUArchitecture());
424
os_hardware
+= "," + hwclass;
443
os_hardware
.c_str(),
/external/chromium_org/chrome/browser/policy/
browser_policy_connector.cc
169
std::string
os_hardware
= base::SysInfo::OperatingSystemArchitecture();
variable
181
os_hardware
+= "," + hwclass;
199
"%s|%s|%s", os_name.c_str(),
os_hardware
.c_str(), os_version.c_str());
Completed in 626 milliseconds