Home
last modified time | relevance | path

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

/third_party/vulkan-loader/loader/
H A Dloader.c1960 size_t cur_loc_in_out_fullpath = 0; in combine_manifest_directory_and_library_path() local
1974 cur_loc_in_out_fullpath += 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()
1978 cur_loc_in_out_fullpath += library_path_len + 1; in combine_manifest_directory_and_library_path()
1979 (*out_fullpath)[cur_loc_in_out_fullpath] = '\0'; in combine_manifest_directory_and_library_path()

Completed in 10 milliseconds