Searched refs:path_rel (Results 1 – 3 of 3) sorted by relevance
157 test_get_path(const char *path_rel) in test_get_path() argument164 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() argument185 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() argument262 path = test_get_path(path_rel); in test_compile_file()
57 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);
27 test_file(struct xkb_context *ctx, const char *path_rel) in test_file() argument29 struct xkb_keymap *keymap = test_compile_file(ctx, path_rel); in test_file()