Home | History | Annotate | Download | only in plat-mac

Lines Matching refs:execdir

298 execdir = os.path.dirname(sys.argv[0])
299 executable = os.path.join(execdir, "%(executable)s")
300 resdir = os.path.join(os.path.dirname(execdir), "Resources")
301 libdir = os.path.join(os.path.dirname(execdir), "Frameworks")
429 self.execdir = pathjoin("Contents", self.platform)
470 execpath = pathjoin(self.execdir, execname)
501 execdir = pathjoin(self.bundlepath, self.execdir)
502 bootstrappath = pathjoin(execdir, self.name)
503 makedirs(execdir)