Searched defs:ValidFile (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/
H A DInfAsBuiltProcess.py29 from Library.Misc import ValidFile namespace
176 if not (ValidFile(FullFileName)):
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/Parser/
H A DInfSoucesObject.py29 from Library.Misc import ValidFile namespace
107 if not (ValidFile(FullFileName) or ValidFile(Item[0])):
H A DInfBinaryObject.py33 from Library.Misc import ValidFile namespace
187 if not (ValidFile(FullFileName) or ValidFile(VerContent[1])):
350 if not (ValidFile(FullFileName) or ValidFile(ItemContent[1])):
525 if not (ValidFile(FullFileName) or ValidFile(UiContent[1])):
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/
H A DMisc.py231 def ValidFile(File, Ext=None): function
917 if not (ValidFile(FullFileName)):
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DMisc.py423 def ValidFile(File, Ext=None): function

Completed in 296 milliseconds