Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/loader/
Dvk_loader_platform.h125 static inline bool loader_platform_file_exists(const char *path) { in loader_platform_file_exists() function
268 static bool loader_platform_file_exists(const char *path) { in loader_platform_file_exists() function
Dloader.c1534 if (loader_platform_file_exists(out_fullpath)) { in loader_get_fullpath()