Home
last modified time | relevance | path

Searched defs:host_machine (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/
Dcommon.py48 host_machine = os.environ['PROCESSOR_ARCHITECTURE'] variable
50 host_machine = _platform.machine() variable
51 host_machine = _machine_map.get(host_machine, 'generic') variable