HomeSort by relevance Sort by last modified time
    Searched refs:OutputDependencyFptr (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
StrGather.c 105 FILE *OutputDependencyFptr;
357 if ((mGlobals.OutputDependencyFptr = fopen (mGlobals.OutputDependencyFileName, "w")) == NULL) {
363 if (mGlobals.OutputDependencyFptr != NULL) {
364 fclose (mGlobals.OutputDependencyFptr);
503 if (mGlobals.OutputDependencyFptr != NULL) {
504 fprintf (mGlobals.OutputDependencyFptr, "%s : %s\n", mGlobals.DatabaseFileName->Str, FoundFileName);
508 fprintf (mGlobals.OutputDependencyFptr, "%s : \n", FoundFileName);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
StrGather.c 118 FILE *OutputDependencyFptr;
383 if ((mGlobals.OutputDependencyFptr = fopen (mGlobals.OutputDependencyFileName, "w")) == NULL) {
389 if (mGlobals.OutputDependencyFptr != NULL) {
390 fclose (mGlobals.OutputDependencyFptr);
530 if (mGlobals.OutputDependencyFptr != NULL) {
531 fprintf (mGlobals.OutputDependencyFptr, "%s : %s\n", mGlobals.DatabaseFileName->Str, FoundFileName);
535 fprintf (mGlobals.OutputDependencyFptr, "%s : \n", FoundFileName);
    [all...]

Completed in 183 milliseconds