Home
last modified time | relevance | path

Searched refs:OperatingSystemArchitecture (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/libchrome/base/
H A Dsys_info.h97 static std::string OperatingSystemArchitecture();
H A Dsys_info_posix.cc221 std::string SysInfo::OperatingSystemArchitecture() { in OperatingSystemArchitecture() function in base::SysInfo
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/5/external/libchrome/base/
Dsys_info.h100 static std::string OperatingSystemArchitecture();
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/
Dsys_info.h100 static std::string OperatingSystemArchitecture();
/aosp_15_r20/external/cronet/base/system/
H A Dsys_info.h195 static std::string OperatingSystemArchitecture();
H A Dsys_info_fuchsia.cc193 std::string SysInfo::OperatingSystemArchitecture() { in OperatingSystemArchitecture() function in base::SysInfo
H A Dsys_info_posix.cc257 std::string SysInfo::OperatingSystemArchitecture() { in OperatingSystemArchitecture() function in base::SysInfo
H A Dsys_info_win.cc245 std::string SysInfo::OperatingSystemArchitecture() { in OperatingSystemArchitecture() function in base::SysInfo
H A Dsys_info_ios.mm78 std::string SysInfo::OperatingSystemArchitecture() {
H A Dsys_info_mac.mm93 std::string SysInfo::OperatingSystemArchitecture() {
/aosp_15_r20/external/cronet/components/metrics/
H A Dmetrics_log.cc392 hardware->set_cpu_architecture(base::SysInfo::OperatingSystemArchitecture()); in RecordCoreSystemProfile()
H A Dmetrics_log_unittest.cc291 hardware->set_cpu_architecture(base::SysInfo::OperatingSystemArchitecture()); in TEST_F()