Home
last modified time | relevance | path

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

/third_party/vulkan-loader/loader/
Dvk_loader_platform.h225 static inline bool loader_platform_file_exists(const char *path) { in loader_platform_file_exists() function
402 static bool loader_platform_file_exists(const char *path) { in loader_platform_file_exists() function
Dloader.c1604 if (loader_platform_file_exists(out_fullpath)) { in loader_get_fullpath()