Lines Matching defs:filename
1367 /* Find an unused filename. */
1369 char *filename = NULL;
1372 filename = ralloc_asprintf(NULL, "%s/%u-%u.shader_test",
1375 filename = ralloc_asprintf(NULL, "%s/%u.shader_test",
1378 file = os_file_create_unique(filename, 0644);
1381 /* If we are failing for another reason than "this filename already
1382 * exists", we are likely to fail again with another filename, so
1386 ralloc_free(filename);
1403 _mesa_warning(ctx, "Failed to open %s", filename);
1406 ralloc_free(filename);