Searched refs:out_fullpath (Results 1 – 1 of 1) sorted by relevance
/external/vulkan-validation-layers/loader/ |
D | loader.c | 1780 size_t out_size, char *out_fullpath) { argument 1786 loader_platform_combine_path(out_fullpath, out_size, rel_base, path, NULL); 1798 size_t out_size, char *out_fullpath) { argument 1808 loader_platform_combine_path(out_fullpath, out_size, dir, file, 1810 if (loader_platform_file_exists(out_fullpath)) { 1816 snprintf(out_fullpath, out_size, "%s", file);
|