Home
last modified time | relevance | path

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

/third_party/vulkan-loader/loader/
Dloader.c1578 …d loader_expand_path(const char *path, const char *rel_base, size_t out_size, char *out_fullpath) { in loader_expand_path() argument
1584 loader_platform_combine_path(out_fullpath, out_size, rel_base, path, NULL); in loader_expand_path()
1591 …d loader_get_fullpath(const char *file, const char *in_dirs, size_t out_size, char *out_fullpath) { in loader_get_fullpath() argument
1603 loader_platform_combine_path(out_fullpath, out_size, dir, file, NULL); in loader_get_fullpath()
1604 if (loader_platform_file_exists(out_fullpath)) { in loader_get_fullpath()
1612 (void)snprintf(out_fullpath, out_size, "%s", file); in loader_get_fullpath()