Searched refs:GetNonMetaDataFiles (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Core/ |
H A D | DistributionPackageClass.py | 24 from Library.Misc import GetNonMetaDataFiles namespace 208 self.FileList += GetNonMetaDataFiles(SearchPath, ['CVS', '.svn'], False, AddPath) 218 self.FileList += GetNonMetaDataFiles(os.path.dirname(FullPath), ['CVS', '.svn'], False, PkgRelPath) 225 self.FileList += GetNonMetaDataFiles(os.path.dirname(FullPath), ['CVS', '.svn'], False, ModulePath)
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/ |
H A D | Misc.py | 213 def GetNonMetaDataFiles(Root, SkipList, FullPath, PrefixPath): function
|
Completed in 273 milliseconds