Home
last modified time | relevance | path

Searched refs:ProcessCPUArchitecture (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/base/system/
H A Dsys_info.h202 static std::string ProcessCPUArchitecture();
H A Dsys_info.cc249 std::string SysInfo::ProcessCPUArchitecture() { in ProcessCPUArchitecture() function in base::SysInfo
/aosp_15_r20/external/cronet/components/metrics/
H A Dmetrics_log.cc393 auto app_os_arch = base::SysInfo::ProcessCPUArchitecture(); in RecordCoreSystemProfile()
H A Dmetrics_log_unittest.cc292 auto app_os_arch = base::SysInfo::ProcessCPUArchitecture(); in TEST_F()