Lines Matching defs:path
51 size1 = os.path.getsize(name1)
52 size2 = os.path.getsize(name2)
121 # populate variables from args and normalize & expand path
123 options_file = os.path.normpath(os.path.expanduser(args[0]))
124 input_file = os.path.normpath(os.path.expanduser(args[1]))
125 lame1 = os.path.normpath(os.path.expanduser(args[2]))
127 lame2 = os.path.normpath(os.path.expanduser(args[3]))
141 path = split(os.environ['PATH'], os.pathsep)
142 path.append(os.curdir)
149 for x in path:
150 status = os.access(os.path.join(x, lame1), os.X_OK)
159 for x in path:
160 status = os.access(os.path.join(x, lame2), os.X_OK)