Searched refs:fp (Results 1 – 1 of 1) sorted by relevance
/sdk/eclipse/scripts/ |
D | collect_sources_for_sdk.py | 113 fp = os.path.join(srcdir, f) 114 if f.endswith(".java") and os.path.isfile(fp): 115 pkg = checkJavaFile(fp) 118 copy(p, fp, f, pkg) 122 elif os.path.isdir(fp): 123 parseSrcDir(p, fp) 148 def copy(p, fp, f, pkg): argument 151 _cp(p, fp, os.path.join(dstdir, f))
|