OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetArch
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/components/omaha_query_params/
omaha_query_params.cc
99
const char* OmahaQueryParams::
GetArch
() {
/external/chromium_org/third_party/binutils/
download.py
41
def
GetArch
():
104
arch =
GetArch
()
/external/chromium_org/tools/gyp/pylib/gyp/
msvs_emulation.py
226
target_platform = 'Win32' if self.
GetArch
(config) == 'x86' else 'x64'
274
def
GetArch
(self, config):
292
arch = self.
GetArch
(config)
[
all
...]
Completed in 177 milliseconds