Home | History | Annotate | Download | only in ProcessDsc

Lines Matching refs:BaseName

67   char              *BaseName;          // only needed for duplicate basename check

68 char *Processor; // only needed for duplicate basename check
96 // name is GUID-BASENAME.DXE
285 char *BaseName,
382 if ((Ptr->BaseName != NULL) && (BaseName != NULL) && (_stricmp (BaseName, Ptr->BaseName) == 0)) {
384 Error (NULL, 0, 0, BaseName, "duplicate base name specified");
392 (Ptr->BaseName==NULL)?"Unknown":Ptr->BaseName,
393 (BaseName==NULL)?"Unknown":BaseName);
440 // Allocate memory for the basename if they gave us one. May not have one
443 if (BaseName != NULL) {
444 Ptr->BaseName = (char *) malloc (strlen (BaseName) + 1);
445 if (Ptr->BaseName == NULL) {
450 strcpy (Ptr->BaseName, BaseName);
541 if (mFileList->BaseName != NULL) {
542 free (mFileList->BaseName);
790 FileListPtr->BaseName,
897 if ((FileListPtr->Guid != NULL) && (FileListPtr->BaseName != NULL) && (FileListPtr->Processor)) {
902 FileListPtr->BaseName,
913 // Process each FV this file is in to write fvxxx_FILES = $(fvxxx_FILES) Guid-BaseName.ffs