Home
last modified time | relevance | path

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

/third_party/vulkan-loader/loader/
H A Dloader.c2816 VkResult add_if_manifest_file(const struct loader_instance *inst, const char *file_name, struct loader_string_list *out_files) { in add_if_manifest_file() function
2819 assert(NULL != file_name && "add_if_manifest_file: Received NULL pointer for file_name"); in add_if_manifest_file()
2820 assert(NULL != out_files && "add_if_manifest_file: Received NULL pointer for out_files"); in add_if_manifest_file()
2886 local_res = add_if_manifest_file(inst, name, out_files); in add_data_files()
2911 local_res = add_if_manifest_file(inst, name, out_files); in add_data_files()

Completed in 9 milliseconds