Home
last modified time | relevance | path

Searched refs:filepath (Results 1 – 1 of 1) sorted by relevance

/development/build/tools/
Dmk_sources_zip.py138 filepath = os.path.join(srcdir, filename)
139 if filename.endswith(".java") and os.path.isfile(filepath):
140 pkg = checkJavaFile(filepath)
142 verbose("No package found in %s", filepath)
150 verbose("Ignore package %s [%s]", pkg, filepath)
156 copy(p, filepath, pkg)
160 elif os.path.isdir(filepath):
162 parseSrcDir(p, filepath)
187 def copy(p, filepath, dest_pkg): argument
188 arc_path = os.path.join(TOP_FOLDER, dest_pkg, os.path.basename(filepath))
[all …]