Searched refs:OperatingSystemArchitecture (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/base/
H A Dsys_info.h76 static std::string OperatingSystemArchitecture();
H A Dsys_info_posix.cc124 std::string SysInfo::OperatingSystemArchitecture() { function in class:base::SysInfo
H A Dsys_info_win.cc95 std::string SysInfo::OperatingSystemArchitecture() { function in class:base::SysInfo
/external/chromium_org/chrome/browser/policy/
H A Ddevice_management_service_configuration.cc42 std::string os_hardware = base::SysInfo::OperatingSystemArchitecture();
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
H A Denvironment_data_collection.cc77 machine->set_cpu_architecture(base::SysInfo::OperatingSystemArchitecture());
/external/chromium_org/extensions/browser/api/system_cpu/
H A Dcpu_info_provider.cc31 info_.arch_name = base::SysInfo::OperatingSystemArchitecture();
/external/chromium_org/remoting/signaling/
H A Dserver_log_entry.cc46 Set(kKeyCpu, SysInfo::OperatingSystemArchitecture());
/external/chromium_org/base/test/expectations/
H A Dexpectation.cc123 std::string arch = base::SysInfo::OperatingSystemArchitecture();
/external/chromium_org/sandbox/linux/services/
H A Dyama_unittests.cc31 base::SysInfo::OperatingSystemArchitecture() == "x86_64";
/external/chromium_org/components/component_updater/
H A Dcomponent_updater_utils.cc94 base::SysInfo().OperatingSystemArchitecture().c_str()); // "arch"
/external/chromium_org/remoting/client/
H A Dserver_log_entry_client_unittest.cc103 key_value_pairs["cpu"] = SysInfo::OperatingSystemArchitecture();
/external/chromium_org/chrome/test/chromedriver/
H A Dcommands.cc40 os.SetString("arch", base::SysInfo::OperatingSystemArchitecture());
/external/chromium_org/components/metrics/
H A Dmetrics_log.cc359 hardware->set_cpu_architecture(base::SysInfo::OperatingSystemArchitecture());
/external/chromium_org/chrome/browser/media/
H A Dwebrtc_logging_handler_host.cc451 base::SysInfo::OperatingSystemArchitecture());
/external/chromium_org/chrome/test/chromedriver/server/
H A Dhttp_handler.cc670 base::SysInfo::OperatingSystemArchitecture().c_str()));

Completed in 2526 milliseconds