Lines Matching refs:path
45 if not os.path.exists(create_links):
47 symbase = os.path.basename(directory)
48 symlink = create_links + os.path.sep + symbase
49 if not os.path.exists(symlink):
59 targetdirectory = os.path.join(root, subdir)
60 reldir = os.path.relpath(targetdirectory, directory)
61 linkname = symbase + '_' + reldir.replace(os.path.sep, '_')
62 symlink = create_links + os.path.sep + linkname
63 if not os.path.exists(symlink):
67 dirlist.append(os.path.join(root, subdir))
80 if os.path.exists(out_file):
100 if os.path.exists(trigger):