Searched refs:Dir (Results 1 – 25 of 65) sorted by relevance
123
/build/soong/cmd/diff_target_files/ |
D | glob.go | 44 pattern, patternFile = filepath.Dir(pattern), filepath.Base(pattern) 60 name = filepath.Dir(name) 66 name, nameFile = filepath.Dir(name), filepath.Base(name)
|
D | zip_artifact.go | 107 err = os.MkdirAll(filepath.Dir(path), 0777)
|
/build/soong/cc/ |
D | gen_test.go | 37 if !inList("-I"+filepath.Dir(aidl.Output.String()), libfoo.flags.Local.CommonFlags) { 61 if !inList("-I"+filepath.Dir(aidl.Output.String()), libfoo.flags.Local.CommonFlags) {
|
D | proto.go | 49 outDir := flags.proto.Dir 123 flags.Local.CommonFlags = append(flags.Local.CommonFlags, "-I"+flags.proto.Dir.String())
|
D | gen.go | 179 "headerOutDir": filepath.Dir(headerFile.String()), 180 "publicOutDir": filepath.Dir(publicHeaderFile.String()), 181 "srcOutDir": filepath.Dir(cppFile.String()),
|
/build/blueprint/pathtools/ |
D | glob.go | 122 pattern = filepath.Dir(pattern) 268 pattern, patternFile = filepath.Dir(pattern), filepath.Base(pattern) 284 name = filepath.Dir(name) 290 name, nameFile = filepath.Dir(name), filepath.Base(name) 382 dir := filepath.Dir(filename)
|
/build/soong/ui/build/ |
D | cleanbuild.go | 149 ensureDirectoriesExist(ctx, filepath.Dir(configFile)) 245 cleanEmptyDirs(ctx, filepath.Dir(old)) 253 cleanEmptyDirs(ctx, filepath.Dir(old)) 275 cleanEmptyDirs(ctx, filepath.Dir(dir))
|
D | proc_sync_test.go | 47 lockdir := filepath.Dir(fileLock.File.Name()) 135 lockdir := filepath.Dir(lockfile.File.Name()) 149 reacquired, message, err := forkAndGetLock(filepath.Dir(lockfile.File.Name())) 162 reacquired, message, err = forkAndGetLock(filepath.Dir(lockfile.File.Name()))
|
D | util.go | 88 err = os.Chmod(filepath.Dir(pathErr.Path), 0700) 102 ensureDirectoriesExist(ctx, filepath.Dir(file))
|
/build/blueprint/bootstrap/ |
D | cleanup.go | 162 for dir := filepath.Dir(path); dir != cwd; dir = filepath.Dir(dir) {
|
D | command.go | 107 SrcDir = filepath.Dir(flag.Arg(0)) 148 …deps, errs := ctx.ParseFileList(filepath.Dir(bootstrapConfig.topLevelBlueprintsFile), filesToParse…
|
/build/soong/android/ |
D | proto.go | 35 Dir ModuleGenPath member 94 Dir: PathForModuleGen(ctx, "proto"),
|
D | androidmk.go | 252 if dist.Dir != nil { 254 if dest, err = validateSafePath(*dist.Dir, dest); err != nil { 288 a.SetString("LOCAL_PATH", filepath.Dir(bpPath)) 377 blueprintDir := filepath.Dir(bpPath) 577 blueprintDir := filepath.Dir(ctx.BlueprintFile(mod))
|
D | namespace.go | 115 dir := filepath.Dir(path) 156 parentDir := filepath.Dir(path) 333 return r.findNamespace(filepath.Dir(ctx.ModulePath()))
|
/build/soong/dexpreopt/ |
D | dexpreopt.go | 262 filepath.Dir(path), 282 rule.Command().FlagWithArg("mkdir -p ", filepath.Dir(odexPath.String())) 292 rule.Command().Text("mkdir -p").Flag(filepath.Dir(dexPathHost.String())) 547 pathArch := filepath.Base(filepath.Dir(path.String())) 551 return filepath.Join(filepath.Dir(filepath.Dir(path.String())), filepath.Base(path.String()))
|
/build/soong/ui/build/paths/ |
D | logs.go | 47 d, err := os.Open(filepath.Dir(name)) 67 dir := filepath.Dir(name)
|
/build/soong/finder/fs/ |
D | test.go | 27 parent := filepath.Dir(path) 61 parentPath := filepath.Dir(newPath)
|
/build/soong/makedeps/ |
D | deps_test.go | 75 input: `Project\Dir\Build\Release8\Foo\Foo.res : \ 76 Dir\Library\Foo.rc \ 77 Dir\Library\Version\Bar.h \ 78 Dir\Library\Foo.ico \ 82 Output: `Project\Dir\Build\Release8\Foo\Foo.res`, 84 `Dir\Library\Foo.rc`, 85 `Dir\Library\Version\Bar.h`, 86 `Dir\Library\Foo.ico`,
|
/build/soong/cmd/extract_jar_packages/ |
D | extract_jar_packages.go | 42 dir := filepath.Dir(file)
|
/build/soong/cmd/sbox/ |
D | sbox.go | 195 dir := path.Join(tempDir, filepath.Dir(filePath)) 268 err := os.MkdirAll(filepath.Dir(destPath), 0777)
|
/build/blueprint/microfactory/ |
D | microfactory.go | 466 err = os.MkdirAll(filepath.Dir(p.output), 0777) 505 shaFile := filepath.Join(filepath.Dir(out), "."+filepath.Base(out)+"_hash") 558 lockFileName := filepath.Join(filepath.Dir(out), "."+filepath.Base(out)+".lock") 578 intermediates := filepath.Join(filepath.Dir(out), "."+filepath.Base(out)+"_intermediates") 641 tracePath := filepath.Join(filepath.Dir(output), "."+filepath.Base(output)+".trace")
|
/build/soong/cmd/soong_build/ |
D | main.go | 57 srcDir := filepath.Dir(flag.Arg(0))
|
/build/blueprint/gotestrunner/ |
D | gotestrunner.go | 65 cmd.Dir = *chdir
|
/build/soong/java/ |
D | jacoco.go | 69 "tmpDir": filepath.Dir(tmpJar.String()),
|
/build/soong/cmd/zipsync/ |
D | zipsync.go | 120 must(os.MkdirAll(filepath.Dir(filename), 0777))
|
123