OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stripArch
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_osx_support.py
307
stripArch
= stripSysroot = False
314
stripArch
= stripSysroot = True
316
stripArch
= '-arch' in cc_args
319
if
stripArch
or 'ARCHFLAGS' in os.environ:
328
if 'ARCHFLAGS' in os.environ and not
stripArch
:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_osx_support.py
307
stripArch
= stripSysroot = False
314
stripArch
= stripSysroot = True
316
stripArch
= '-arch' in cc_args
319
if
stripArch
or 'ARCHFLAGS' in os.environ:
328
if 'ARCHFLAGS' in os.environ and not
stripArch
:
Completed in 98 milliseconds