Home | History | Annotate | Download | only in ProcessDsc

Lines Matching refs:EfiSource

4536   INT8  *EfiSource;

4541 EfiSource = GetSymbolValue (EFI_SOURCE);
4542 if ( EfiSource != NULL) {
4543 ReplaceSlash (EfiSource);
4544 if (EfiSource[strlen (EfiSource) - 1] == '\\') {
4545 EfiSource[strlen (EfiSource) - 1] = 0;
4553 EfiSource = getenv (EFI_SOURCE);
4554 if (EfiSource != NULL) {
4555 ReplaceSlash (EfiSource);
4556 if (EfiSource[strlen (EfiSource) - 1] == '\\') {
4557 EfiSource[strlen (EfiSource) - 1] = 0;
4559 AddSymbol (EFI_SOURCE, EfiSource, SYM_GLOBAL | SYM_FILEPATH);