Home | History | Annotate | Download | only in pkgdata

Lines Matching defs:mapFile

1555     char mapFile[SMALL_BUFFER_MAX_SIZE] = "";
1599 uprv_strcpy(mapFile, o->shortName);
1600 uprv_strcat(mapFile, MAP_FILE_EXT);
1602 f = T_FileStream_open(mapFile, "w");
1604 fprintf(stderr,"Unable to create map file: %s.\n", mapFile);