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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GuidChk/
FileSearch.h 58 STRING_LIST *ExcludeExtensions;
GuidChk.c 115 STRING_LIST *ExcludeExtensions; // list of filename extensions to exclude (.inf, .pkg)
526 StrList->Next = gOptions.ExcludeExtensions;
527 gOptions.ExcludeExtensions = StrList;
665 FileSearchExcludeExtensions (&FSData, gOptions.ExcludeExtensions);
    [all...]

Completed in 197 milliseconds