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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/
H A DGenMake.py34 gIsFileMap = {} variable
800 if FilePath in gIsFileMap:
801 if not gIsFileMap[FilePath]:
805 gIsFileMap[FilePath] = False
808 gIsFileMap[FilePath] = True

Completed in 111 milliseconds