Home
last modified time | relevance | path

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

/aosp_15_r20/external/libxkbcommon/src/
H A Dcontext.c94 xkb_context_include_path_get_system_path(struct xkb_context *ctx) in xkb_context_include_path_get_system_path() function
138 root = xkb_context_include_path_get_system_path(ctx); in xkb_context_include_path_append_default()
H A Dcontext.h69 xkb_context_include_path_get_system_path(struct xkb_context *ctx);
/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()