Searched refs:NewFileList (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
H A DFwPadFile.c444 LIST_ENTRY NewFileList; local
496 InitializeListHead (&NewFileList);
514 InsertTailList (&NewFileList, &NewFileListEntry->Link);
529 FreeFileList (&NewFileList);
537 InsertTailList (&NewFileList, &NewFileListEntry->Link);
553 InsertTailList (&NewFileList, &NewFileListEntry->Link);
585 FreeFileList (&NewFileList);
609 FreeFileList (&NewFileList);
626 FfsEntry->Link.ForwardLink = NewFileList.ForwardLink;
627 (NewFileList
693 LIST_ENTRY NewFileList; local
896 LIST_ENTRY NewFileList; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/
H A DRmPkg.py108 NewFileList = []
115 if FilePath not in NewFileList:
116 NewFileList.append(FilePath)
117 return NewFileList
173 NewFileList = GetCurrentFileList(DataBase, Guid, Version, WorkspaceDir)
181 if Path in NewFileList:
182 NewFileList.remove(Path)
198 for Path in NewFileList:
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/
H A DMisc.py215 NewFileList = []
222 NewFileList.append(os.path.normpath(os.path.join(PrefixPath, File)))
224 return NewFileList

Completed in 82 milliseconds