Lines Matching refs:path
6 import os.path
22 filename = os.path.normpath(spec)
29 basename = os.path.basename(filename)
32 script = os.path.abspath(filename)
33 found = os.path.abspath(found)
34 if os.path.normcase(script) == os.path.normcase(found):
38 filename = os.path.abspath(filename)
47 filename = os.path.abspath(filename)
66 filename = os.path.abspath(os.path.normalize(filename))
67 found = shutil.which(os.path.basename(filename))
76 filename = os.path.abspath(os.path.normalize(filename))
535 # We expect each filename to be a normalized, absolute path.
568 relroot = os.path.abspath(relroot)