Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpipes.py172 cmd = self.makepipeline(file, '')
181 cmd = self.makepipeline('', file)
185 return os.system(self.makepipeline(infile, outfile))
187 def makepipeline(self, infile, outfile): member in Template
188 cmd = makepipeline(infile, self.steps, outfile)
195 def makepipeline(infile, steps, outfile): function