Searched refs:Clean (Results 1 – 24 of 24) sorted by relevance
/build/blueprint/pathtools/ |
D | fs.go | 55 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)
|
D | glob.go | 159 pattern = filepath.Clean(pattern)
|
/build/blueprint/bootstrap/ |
D | cleanup.go | 58 targets[filepath.Clean(replacedTarget)] = true 62 targets[filepath.Clean(replacedTarget)] = true
|
/build/make/core/ |
D | cleanbuild.mk | 108 $(info Clean step: $(INTERNAL_CLEAN_STEP.$(step))) \ 120 $(info Clean step: $(_crs_new_cmd))\
|
/build/soong/android/ |
D | soong_config_modules.go | 333 from = filepath.Clean(from) 363 key := NewCustomOnceKey(onceKeyType(filepath.Clean(from)))
|
D | neverallow.go | 579 res[i] = filepath.Clean(v) + "/"
|
D | paths.go | 599 path := filepath.Clean(p) 843 prefix := filepath.Clean(dir) + "/" 1770 path := filepath.Clean(path)
|
D | testing.go | 672 outSoongDir := filepath.Clean(config.buildDir)
|
D | module.go | 2986 return filepath.Clean(dir) 2995 return "MODULES-IN-" + strings.Replace(filepath.Clean(dir), "/", "-", -1)
|
D | config.go | 1428 clean := filepath.Clean(dir)
|
/build/soong/java/ |
D | java_resources.go | 108 dir := filepath.Clean(strings.TrimSuffix(path, rel))
|
/build/soong/cmd/diff_target_files/ |
D | zip_artifact.go | 101 if filepath.Clean(zf.Name) != zf.Name {
|
/build/make/tools/ |
D | compare_builds.py | 258 Clean(dir_prefix) 260 Clean("out") 364 def Clean(directory): function
|
/build/soong/cmd/zipsync/ |
D | zipsync.go | 92 *zipPrefix = filepath.Clean(*zipPrefix) + "/"
|
/build/soong/cmd/fileslist/ |
D | fileslist.go | 127 deviceRoot := filepath.Clean(absDir + "/..")
|
/build/soong/cc/ |
D | check.go | 54 path := filepath.Clean(args[1])
|
D | ndk_headers.go | 242 ctx, filepath.Clean(filepath.Join(path.String(), "..", dest)))
|
/build/soong/cmd/merge_zips/ |
D | merge_zips.go | 166 oz.excludeDirs[i] = filepath.Clean(dir) 237 dir = filepath.Clean(dir) 602 *f = append(*f, filepath.Clean(name))
|
/build/soong/finder/fs/ |
D | fs.go | 236 path = filepath.Clean(path) 296 return filepath.Clean(filepath.Join(parentPath, link.target)) 765 cleanedPath := filepath.Clean(path)
|
/build/soong/sdk/ |
D | testing.go | 238 dir = filepath.Clean(dir) + "/"
|
/build/soong/finder/ |
D | finder.go | 213 node := f.nodes.GetNode(filepath.Clean(path), false) 297 rootPath = filepath.Clean(rootPath) 1015 candidates[i] = filepath.Clean(dir)
|
/build/soong/ui/build/ |
D | config.go | 140 ret.environ.Set("OUT_DIR", filepath.Clean(outDir)) 154 ret.distDir = filepath.Clean(distDir)
|
/build/soong/python/ |
D | python.go | 483 pkgPath = filepath.Clean(String(p.properties.Pkg_path))
|
/build/soong/zip/ |
D | zip.go | 927 dir = filepath.Clean(dir)
|