Home
last modified time | relevance | path

Searched refs:os_hardware (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/policy/
H A Ddevice_management_service_configuration.cc52 std::string os_hardware = base::SysInfo::OperatingSystemArchitecture(); in GetPlatformParameter() local
64 os_hardware += "," + hwclass; in GetPlatformParameter()
82 "%s|%s|%s", os_name.c_str(), os_hardware.c_str(), os_version.c_str()); in GetPlatformParameter()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/policy/
H A Ddevice_management_service_configuration_ios.mm46 std::string os_hardware = base::SysInfo::OperatingSystemArchitecture();
58 return base::StringPrintf("%s|%s|%s", os_name.c_str(), os_hardware.c_str(),
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/updater/device_management/
H A Ddm_client.cc87 std::string os_hardware = base::SysInfo::OperatingSystemArchitecture(); in GetPlatformParameter() local
96 return base::StringPrintf("%s|%s|%s", os_name.c_str(), os_hardware.c_str(), in GetPlatformParameter()
/dports/multimedia/lives/lives-3.2.0/src/
H A Dmain.h614 char *os_hardware; member
H A Dmachinestate.c3337 capable->os_hardware = mini_popen(com);
3342 if (!strcmp(capable->os_hardware, "x86_64")) capable->cacheline_size = get_cacheline_size();
H A Dmain.c2337 capable->os_hardware ? capable->os_hardware : "????"); in do_start_messages()