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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
StrGather.c 104 INT8 OutputDependencyFileName[MAX_PATH];
356 if (mGlobals.OutputDependencyFileName[0] != 0) {
357 if ((mGlobals.OutputDependencyFptr = fopen (mGlobals.OutputDependencyFileName, "w")) == NULL) {
358 Error (NULL, 0, 0, mGlobals.OutputDependencyFileName, "failed to open output dependency file");
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
StrGather.c 117 INT8 OutputDependencyFileName[MAX_PATH];
382 if (mGlobals.OutputDependencyFileName[0] != 0) {
383 if ((mGlobals.OutputDependencyFptr = fopen (mGlobals.OutputDependencyFileName, "w")) == NULL) {
384 Error (NULL, 0, 0, mGlobals.OutputDependencyFileName, "failed to open output dependency file");
    [all...]

Completed in 81 milliseconds