Searched refs:host_system (Results 1 – 7 of 7) sorted by relevance
23 +if host_system == 'windows'32 +if host_system != 'windows'41 +if host_system == 'windows'50 +if host_system != 'windows'63 +if host_system == 'windows'74 host_system = host_machine.system()75 +if host_system == 'mingw32'76 + host_system = 'windows'79 if host_system == 'darwin'
47 -if enabled_loaders.contains('png') and host_system != 'windows'48 +if enabled_loaders.contains('png') and host_system != 'windows' and not meson.is_cross_build()
120 system = '$host_system'128 host_system=${SDK_OS}145 host_system=${HOST_OS}
57 poky-glibc-host_system-image_type-arch-toolchain-release_version.sh60 host_system is a string representing your development system:
43 ``poky-glibc-host_system-core-image-type-arch-toolchain[-ext]-release.sh``:45 - ``host_system``: string representing your development system: ``i686`` or ``x86_64``
103 poky-glibc-host_system-image_type-arch-toolchain-ext-release_version.sh106 host_system is a string representing your development system:
484 static void host_system(CPUState *cs, gdb_syscall_complete_cb complete, in host_system() function944 host_system(cs, complete, cmd, cmd_len); in semihost_sys_system()