Lines Matching refs:file
17 path, file = os.path.split(program)
62 for file in sourceFiles:
63 print file
64 destFile = destDir + file
65 sourceFile = sourceDir + file
66 if (file in destFiles):
74 print "File %s is the same in proto and framework" %(file)
76 print "Running diff for: %s" %(file)
79 print "File %s does not exist in framework" %(file)
99 file = path[path.rfind('/') + 1:]
100 print '**** watching: %s' % file
101 WATCH.append(file);
123 for file in files:
124 f = os.path.join(root,file)
153 def inIgnore(file): argument
155 if file.find(ignore) >= 0:
159 if file.find(watch) >= 0: