Lines Matching refs:path
94 if not os.path.isdir(p.SRC):
96 elif not os.path.isdir(p.DST):
108 if not os.path.exists(srcdir):
113 fp = os.path.join(srcdir, f)
114 if f.endswith(".java") and os.path.isfile(fp):
117 pkg = pkg.replace(".", os.path.sep) # e.g. android.view => android/view
122 elif os.path.isdir(fp):
127 def checkJavaFile(path): argument
128 print "Process", path
133 f = file(path)
149 dstdir = os.path.join(p.DST, pkg)
151 _cp(p, fp, os.path.join(dstdir, f))
155 if not os.path.isdir(dir):
173 parseSrcDir(p, os.path.join(p.SRC, d))