Home
last modified time | relevance | path

Searched refs:CopyFiles (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/usb/
H A Dlinux-cdc-acm.inf30 CopyFiles=DriverCopyFiles.nt
57 CopyFiles=DriverCopyFiles.NTamd64
/OK3568_Linux_fs/u-boot/tools/buildman/
H A Dbuilderthread.py361 self.CopyFiles(result.out_dir, build_dir, dirname, ['u-boot.cfg',
367 self.CopyFiles(result.out_dir, build_dir, '', ['u-boot*', '*.bin',
371 def CopyFiles(self, out_dir, build_dir, dirname, patterns): member in BuilderThread