Searched refs:out_fullpath (Results 1 - 1 of 1) sorted by relevance
/third_party/vulkan-loader/loader/ |
H A D | loader.c | 1923 * The output is stored in out_fullpath by allocating a string - so its the caller's responsibility to free it 1930 const char *manifest_file_path, char **out_fullpath) { in combine_manifest_directory_and_library_path() 1931 assert(library_path && manifest_file_path && out_fullpath); in combine_manifest_directory_and_library_path() 1933 *out_fullpath = library_path; in combine_manifest_directory_and_library_path() 1949 *out_fullpath = library_path; in combine_manifest_directory_and_library_path() 1955 *out_fullpath = loader_instance_heap_calloc(inst, new_str_len, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in combine_manifest_directory_and_library_path() 1956 if (NULL == *out_fullpath) { in combine_manifest_directory_and_library_path() 1973 loader_strncpy(*out_fullpath, new_str_len, manifest_file_path, last_directory_symbol); in combine_manifest_directory_and_library_path() 1976 loader_strncpy(&(*out_fullpath)[cur_loc_in_out_fullpath], new_str_len - cur_loc_in_out_fullpath, library_path, in combine_manifest_directory_and_library_path() 1979 (*out_fullpath)[cur_loc_in_out_fullpat in combine_manifest_directory_and_library_path() 1929 combine_manifest_directory_and_library_path(const struct loader_instance *inst, char *library_path, const char *manifest_file_path, char **out_fullpath) combine_manifest_directory_and_library_path() argument 1991 loader_get_fullpath(const char *file, const char *in_dirs, size_t out_size, char *out_fullpath) loader_get_fullpath() argument [all...] |
Completed in 5 milliseconds