Lines Matching refs:dstPath
272 dstPath = image.outFilePath + self.OUTPUTS[image.colorProfile]
273 dstDir = os.path.dirname(dstPath)
274 dstFile = os.path.basename(dstPath)
275 dstPath = os.path.join(dstDir, self.name, preset[1:], blockSize, dstFile)
277 dstDir = os.path.dirname(dstPath)
280 dstPath = "nul"
282 dstPath = "/dev/null"
285 self.binary, opmode, srcPath, dstPath,
377 dstPath = image.outFilePath + self.OUTPUTS[image.colorProfile]
378 dstDir = os.path.dirname(dstPath)
379 dstFile = os.path.basename(dstPath)
380 dstPath = os.path.join(dstDir, self.name, preset[1:], blockSize, dstFile)
382 dstDir = os.path.dirname(dstPath)
386 self.binary, opmode, srcPath, dstPath,