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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenDepex/
GenDepex.h 45 #define DEPENDENCY_END "DEPENDENCY_END"
GenDepex.c 35 DEPENDENCY_END
48 DEPENDENCY_END
402 Pend = Ptrx + FileSize - strlen (DEPENDENCY_END);
408 if (strncmp (Pend, DEPENDENCY_END, strlen (DEPENDENCY_END)) == 0) {
416 printf ("Couldn't find end string %s\n", DEPENDENCY_END);
758 } else if (strncmp (Ptrx, DEPENDENCY_END, strlen (DEPENDENCY_END)) == 0) {

Completed in 52 milliseconds