Home
last modified time | relevance | path

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

/aosp_15_r20/external/libxkbcommon/src/xkbcomp/
H A Dinclude.c234 FindFileInXkbPath(struct xkb_context *ctx, const char *name, in FindFileInXkbPath() function
285 file = FindFileInXkbPath(ctx, stmt->file, file_type, NULL, &offset); in ProcessIncludeFile()
308 file = FindFileInXkbPath(ctx, stmt->file, file_type, NULL, &offset); in ProcessIncludeFile()
H A Dinclude.h35 FindFileInXkbPath(struct xkb_context *ctx, const char *name,
H A Drules.c1116 file = FindFileInXkbPath(ctx, rmlvo->rules, FILE_TYPE_RULES, &path, &offset); in xkb_components_from_rules()