Home
last modified time | relevance | path

Searched refs:filepath (Results 1 – 4 of 4) 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 …]
/development/tools/repo_diff/service/repodiff/persistence/filesystem/
Dcsv.go46 func WriteCSVToFile(headerCols []string, rowsOfCols [][]string, filepath string) error {
47 file, err := os.Create(filepath)
/development/tools/repo_diff/service/repodiff/controllers/
Dreporter.go46 dir := filepath.Join(appConfig.OutputDirectory, "reports")
47 fname := filepath.Join(dir, filenameForTarget(target))
Ddifferential.go56 workingDirectory := filepath.Join(config.OutputDirectory, "common_upstream")
77 filepath.Join(workingDirectory, ".repo/manifest.xml"),
117 pyScript := filepath.Join(
185 filepath.Join(config.OutputDirectory, dir, ".repo/manifest.xml"),