Home
last modified time | relevance | path

Searched refs:alias_mod (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Tools/i18n/
Dmakelocalealias.py28 alias_lang, _, alias_mod = alias.partition('@')
29 if '.' in alias_mod:
30 alias_mod, _, alias_enc = alias_mod.partition('.')
31 alias = alias_lang + '.' + alias_enc + '@' + alias_mod
/external/selinux/libsepol/tests/
Dtest-expander.c62 static policydb_t alias_mod; variable
167 mymod2 = &alias_mod; in expander_test_init()
192 policydb_destroy(&alias_mod); in expander_test_cleanup()