Home
last modified time | relevance | path

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

/external/libxkbcommon/xkbcommon/test/
Dcommon.c157 test_get_path(const char *path_rel) in test_get_path() argument
164 strlen(path_rel ? path_rel : "") + 12; in test_get_path()
173 path_rel ? path_rel : ""); in test_get_path()
179 test_read_file(const char *path_rel) in test_read_file() argument
185 path = test_get_path(path_rel); in test_read_file()
256 test_compile_file(struct xkb_context *context, const char *path_rel) in test_compile_file() argument
262 path = test_get_path(path_rel); in test_compile_file()
Dtest.h57 test_get_path(const char *path_rel);
60 test_read_file(const char *path_rel);
71 test_compile_file(struct xkb_context *context, const char *path_rel);
Dfilecomp.c27 test_file(struct xkb_context *ctx, const char *path_rel) in test_file() argument
29 struct xkb_keymap *keymap = test_compile_file(ctx, path_rel); in test_file()