Lines Matching refs:abspath
534 os.symlink(os.path.abspath(self.executable), dst)
572 abspath = pathjoin(self.bundlepath, relpath)
573 zf = zipfile.ZipFile(abspath, "w", zipfile.ZIP_DEFLATED)
596 abspath = pathjoin(self.bundlepath, path)
597 makedirs(os.path.dirname(abspath))
598 writePyc(code, abspath)
787 os.symlink(os.path.abspath(src), dst)