Searched refs:xkb_context_include_path_get (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/libxkbcommon/test/ |
H A D | context.c | 146 context_path = xkb_context_include_path_get(ctx, nincludes - 1); in test_config_root_include_path() 184 context_path = xkb_context_include_path_get(ctx, nincludes - 1); in test_config_root_include_path_fallback() 212 context_path = xkb_context_include_path_get(ctx, 0); in test_xkbdir_include_path() 237 context_path = xkb_context_include_path_get(ctx, 0); in test_xdg_include_path() 265 context_path = xkb_context_include_path_get(ctx, 0); in test_xdg_include_path_fallback() 298 context_path = xkb_context_include_path_get(ctx, 0); in test_include_order() 301 context_path = xkb_context_include_path_get(ctx, 1); in test_include_order() 304 context_path = xkb_context_include_path_get(ctx, 2); in test_include_order()
|
/aosp_15_r20/external/libxkbcommon/src/xkbcomp/ |
H A D | include.c | 208 xkb_context_include_path_get(ctx, i)); in LogIncludePaths() 246 buf = asprintf_safe("%s/%s/%s", xkb_context_include_path_get(ctx, i), in FindFileInXkbPath() 250 xkb_context_include_path_get(ctx, i), typeDir, name); in FindFileInXkbPath()
|
/aosp_15_r20/external/libxkbcommon/ |
H A D | xkbcommon.map | 17 xkb_context_include_path_get;
|
/aosp_15_r20/external/libxkbcommon/src/ |
H A D | context.c | 185 xkb_context_include_path_get(struct xkb_context *ctx, unsigned int idx) in xkb_context_include_path_get() function
|
/aosp_15_r20/external/libxkbcommon/include/xkbcommon/ |
H A D | xkbcommon.h | 727 xkb_context_include_path_get(struct xkb_context *context, unsigned int index);
|