Searched refs:relative_location (Results 1 – 1 of 1) sorted by relevance
/third_party/vulkan-loader/loader/ |
D | loader.c | 2880 char *relative_location = NULL; in read_data_files_in_search_paths() local 2966 relative_location = VK_DRIVERS_INFO_RELATIVE_DIR; in read_data_files_in_search_paths() 2972 relative_location = VK_ILAYERS_INFO_RELATIVE_DIR; in read_data_files_in_search_paths() 2977 relative_location = VK_ELAYERS_INFO_RELATIVE_DIR; in read_data_files_in_search_paths() 3013 rel_size = strlen(relative_location); in read_data_files_in_search_paths() 3074 memcpy(cur_path_ptr, relative_location, rel_size); 3089 copy_data_file_info(home_config_dir, relative_location, rel_size, &cur_path_ptr); 3091 copy_data_file_info(xdg_config_dirs, relative_location, rel_size, &cur_path_ptr); 3092 copy_data_file_info(SYSCONFDIR, relative_location, rel_size, &cur_path_ptr); 3094 copy_data_file_info(EXTRASYSCONFDIR, relative_location, rel_size, &cur_path_ptr); [all …]
|