Home
last modified time | relevance | path

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

/aosp_15_r20/external/libxkbcommon/src/xkbcomp/
H A Drules.c396 const char *default_root = xkb_context_include_path_get_system_path(m->ctx); in matcher_include() local
403 const char *default_root = xkb_context_include_path_get_extra_path(m->ctx); in matcher_include() local
/aosp_15_r20/trusty/vendor/google/aosp/scripts/
Drun_tests.py572 def default_root() -> str: function