Home
last modified time | relevance | path

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

/build/blueprint/pathtools/
Dfs.go55 fs.files[filepath.Clean(f)] = b
273 name = filepath.Clean(name)
293 name = filepath.Clean(name)
320 name = filepath.Clean(name)
429 name = filepath.Clean(name)
451 name = filepath.Clean(name)
500 name = filepath.Clean(name)
Dglob.go159 pattern = filepath.Clean(pattern)
/build/blueprint/bootstrap/
Dcleanup.go58 targets[filepath.Clean(replacedTarget)] = true
62 targets[filepath.Clean(replacedTarget)] = true
/build/make/core/
Dcleanbuild.mk108 $(info Clean step: $(INTERNAL_CLEAN_STEP.$(step))) \
120 $(info Clean step: $(_crs_new_cmd))\
/build/soong/android/
Dsoong_config_modules.go333 from = filepath.Clean(from)
363 key := NewCustomOnceKey(onceKeyType(filepath.Clean(from)))
Dneverallow.go579 res[i] = filepath.Clean(v) + "/"
Dpaths.go599 path := filepath.Clean(p)
843 prefix := filepath.Clean(dir) + "/"
1770 path := filepath.Clean(path)
Dtesting.go672 outSoongDir := filepath.Clean(config.buildDir)
Dmodule.go2986 return filepath.Clean(dir)
2995 return "MODULES-IN-" + strings.Replace(filepath.Clean(dir), "/", "-", -1)
Dconfig.go1428 clean := filepath.Clean(dir)
/build/soong/java/
Djava_resources.go108 dir := filepath.Clean(strings.TrimSuffix(path, rel))
/build/soong/cmd/diff_target_files/
Dzip_artifact.go101 if filepath.Clean(zf.Name) != zf.Name {
/build/make/tools/
Dcompare_builds.py258 Clean(dir_prefix)
260 Clean("out")
364 def Clean(directory): function
/build/soong/cmd/zipsync/
Dzipsync.go92 *zipPrefix = filepath.Clean(*zipPrefix) + "/"
/build/soong/cmd/fileslist/
Dfileslist.go127 deviceRoot := filepath.Clean(absDir + "/..")
/build/soong/cc/
Dcheck.go54 path := filepath.Clean(args[1])
Dndk_headers.go242 ctx, filepath.Clean(filepath.Join(path.String(), "..", dest)))
/build/soong/cmd/merge_zips/
Dmerge_zips.go166 oz.excludeDirs[i] = filepath.Clean(dir)
237 dir = filepath.Clean(dir)
602 *f = append(*f, filepath.Clean(name))
/build/soong/finder/fs/
Dfs.go236 path = filepath.Clean(path)
296 return filepath.Clean(filepath.Join(parentPath, link.target))
765 cleanedPath := filepath.Clean(path)
/build/soong/sdk/
Dtesting.go238 dir = filepath.Clean(dir) + "/"
/build/soong/finder/
Dfinder.go213 node := f.nodes.GetNode(filepath.Clean(path), false)
297 rootPath = filepath.Clean(rootPath)
1015 candidates[i] = filepath.Clean(dir)
/build/soong/ui/build/
Dconfig.go140 ret.environ.Set("OUT_DIR", filepath.Clean(outDir))
154 ret.distDir = filepath.Clean(distDir)
/build/soong/python/
Dpython.go483 pkgPath = filepath.Clean(String(p.properties.Pkg_path))
/build/soong/zip/
Dzip.go927 dir = filepath.Clean(dir)