Home
last modified time | relevance | path

Searched refs:in_dirs (Results 1 - 1 of 1) sorted by relevance

/third_party/vulkan-loader/loader/
H A Dloader.c1987 // Given a filename (file) and a list of paths (in_dirs), try to find an existing
1991 void loader_get_fullpath(const char *file, const char *in_dirs, size_t out_size, char *out_fullpath) { in loader_get_fullpath() argument
1992 if (!loader_platform_is_path(file) && *in_dirs) { in loader_get_fullpath()
1993 size_t dirs_copy_len = strlen(in_dirs) + 1; in loader_get_fullpath()
1995 loader_strncpy(dirs_copy, dirs_copy_len, in_dirs, dirs_copy_len); in loader_get_fullpath()

Completed in 10 milliseconds