Lines Matching full:uniq
287 uniq = os.path.basename(tmp_file.name).split(self.colon)[0]
288 dest = os.path.join(self._path, subdir, uniq + suffix)
304 return uniq
475 uniq = "%s.M%sP%sQ%s.%s" % (int(now), int(now % 1 * 1e6), os.getpid(),
477 path = os.path.join(self._path, 'tmp', uniq)
527 uniq = entry.split(self.colon)[0]
528 self._toc[uniq] = os.path.join(subdir, entry)