Home
last modified time | relevance | path

Searched refs:gen_gmo (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/qemu60/qemu-6.0.0/meson/mesonbuild/scripts/
H A Dgettext.py63 def gen_gmo(src_sub, bld_sub, langs): function
109 return gen_gmo(src_sub, bld_sub, langs)
118 if gen_gmo(src_sub, bld_sub, langs) != 0:
/dports/emulators/qemu5/qemu-5.2.0/meson/mesonbuild/scripts/
H A Dgettext.py63 def gen_gmo(src_sub, bld_sub, langs): function
109 return gen_gmo(src_sub, bld_sub, langs)
118 if gen_gmo(src_sub, bld_sub, langs) != 0:
/dports/emulators/qemu/qemu-6.2.0/meson/mesonbuild/scripts/
H A Dgettext.py64 def gen_gmo(src_sub: str, bld_sub: str, langs: T.List[str]) -> int: function
110 return gen_gmo(src_sub, bld_sub, langs)
119 if gen_gmo(src_sub, bld_sub, langs) != 0: