Lines Matching refs:pathname
634 pathname = os.path.join(cls._indir, fname)
635 dirname = os.path.dirname(pathname)
638 with open(pathname, 'wb') as fd:
640 return pathname
652 pathname = os.path.join(cls._indir, dirname)
653 if not os.path.exists(pathname):
654 os.makedirs(pathname)
655 return pathname
2141 pathname = tools.get_output_filename(os.path.split(fname)[1])
2142 outdata = tools.read_file(pathname)
2150 "Expected output file '%s' be updated" % pathname)
2153 pathname)
3937 pathname = os.path.join(self._indir, 'fitimage.bin')
3938 os.remove(pathname)
7700 pathname = tools.get_output_filename(fname)
7701 self.assertTrue(os.path.exists(pathname))
7703 data = tools.read_file(pathname)