Searched defs:GetArch (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/components/omaha_query_params/
H A Domaha_query_params.cc99 const char* OmahaQueryParams::GetArch() { function in class:omaha_query_params::OmahaQueryParams
/external/chromium_org/third_party/binutils/
H A Ddownload.py41 def GetArch(): function
104 arch = GetArch()
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dmsvs_emulation.py226 target_platform = 'Win32' if self.GetArch(config) == 'x86' else 'x64'
274 def GetArch(self, config): member in class:MsvsSettings
292 arch = self.GetArch(config)
802 target_platform = 'win32' if self.GetArch(config) == 'x86' else 'x64'

Completed in 1917 milliseconds