Searched refs:file_overrides (Results 1 – 1 of 1) sorted by relevance
98 static struct file_override file_overrides[10]; variable152 assert(file_overrides_count < ARRAY_SIZE(file_overrides)); in drm_shim_override_file()160 struct file_override *override = &file_overrides[file_overrides_count++]; in drm_shim_override_file()239 if (strcmp(file_overrides[i].path, path) == 0) { in fopen()242 write(fds[1], file_overrides[i].contents, in fopen()243 strlen(file_overrides[i].contents)); in fopen()