Home
last modified time | relevance | path

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

/third_party/vulkan-loader/loader/
H A Dloader.c2987 size_t default_config_home_len = strlen(home) + sizeof(config_suffix) + 1; in read_data_files_in_search_paths() local
2988 default_config_home = loader_instance_heap_calloc(inst, default_config_home_len, VK_SYSTEM_ALLOCATION_SCOPE_COMMAND); in read_data_files_in_search_paths()
2993 strncpy(default_config_home, home, default_config_home_len); in read_data_files_in_search_paths()
2994 strncat(default_config_home, config_suffix, default_config_home_len); in read_data_files_in_search_paths()

Completed in 10 milliseconds