Searched refs:loader_get_fullpath (Results 1 – 1 of 1) sorted by relevance
/external/vulkan-validation-layers/loader/ |
D | loader.c | 1797 static void loader_get_fullpath(const char *file, const char *dirs, function 2234 loader_get_fullpath(library_path, DEFAULT_VK_LAYERS_PATH, 2691 loader_get_fullpath(name, file, sizeof(full_path), full_path); 2709 loader_get_fullpath(file, dir, sizeof(full_path), full_path); 2761 loader_get_fullpath(name, file, sizeof(full_path), full_path); 3028 loader_get_fullpath(library_path, DEFAULT_VK_DRIVERS_PATH,
|