Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/loader/
Dloader.c1779 static void loader_expand_path(const char *path, const char *rel_base, argument
1783 rel_base = "";
1786 loader_platform_combine_path(out_fullpath, out_size, rel_base, path, NULL);
2225 char *rel_base; local
2230 rel_base = loader_platform_dirname(name_copy);
2231 loader_expand_path(library_path, rel_base, MAX_STRING_SIZE, fullpath);
3021 char *rel_base; local
3023 rel_base = loader_platform_dirname(name_copy);
3024 loader_expand_path(library_path, rel_base, sizeof(fullpath),