Home
last modified time | relevance | path

Searched refs:Dir (Results 1 – 25 of 65) sorted by relevance

123

/build/soong/cmd/diff_target_files/
Dglob.go44 pattern, patternFile = filepath.Dir(pattern), filepath.Base(pattern)
60 name = filepath.Dir(name)
66 name, nameFile = filepath.Dir(name), filepath.Base(name)
Dzip_artifact.go107 err = os.MkdirAll(filepath.Dir(path), 0777)
/build/soong/cc/
Dgen_test.go37 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) {
Dproto.go49 outDir := flags.proto.Dir
123 flags.Local.CommonFlags = append(flags.Local.CommonFlags, "-I"+flags.proto.Dir.String())
Dgen.go179 "headerOutDir": filepath.Dir(headerFile.String()),
180 "publicOutDir": filepath.Dir(publicHeaderFile.String()),
181 "srcOutDir": filepath.Dir(cppFile.String()),
/build/blueprint/pathtools/
Dglob.go122 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/
Dcleanbuild.go149 ensureDirectoriesExist(ctx, filepath.Dir(configFile))
245 cleanEmptyDirs(ctx, filepath.Dir(old))
253 cleanEmptyDirs(ctx, filepath.Dir(old))
275 cleanEmptyDirs(ctx, filepath.Dir(dir))
Dproc_sync_test.go47 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()))
Dutil.go88 err = os.Chmod(filepath.Dir(pathErr.Path), 0700)
102 ensureDirectoriesExist(ctx, filepath.Dir(file))
/build/blueprint/bootstrap/
Dcleanup.go162 for dir := filepath.Dir(path); dir != cwd; dir = filepath.Dir(dir) {
Dcommand.go107 SrcDir = filepath.Dir(flag.Arg(0))
148 …deps, errs := ctx.ParseFileList(filepath.Dir(bootstrapConfig.topLevelBlueprintsFile), filesToParse…
/build/soong/android/
Dproto.go35 Dir ModuleGenPath member
94 Dir: PathForModuleGen(ctx, "proto"),
Dandroidmk.go252 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))
Dnamespace.go115 dir := filepath.Dir(path)
156 parentDir := filepath.Dir(path)
333 return r.findNamespace(filepath.Dir(ctx.ModulePath()))
/build/soong/dexpreopt/
Ddexpreopt.go262 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/
Dlogs.go47 d, err := os.Open(filepath.Dir(name))
67 dir := filepath.Dir(name)
/build/soong/finder/fs/
Dtest.go27 parent := filepath.Dir(path)
61 parentPath := filepath.Dir(newPath)
/build/soong/makedeps/
Ddeps_test.go75 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/
Dextract_jar_packages.go42 dir := filepath.Dir(file)
/build/soong/cmd/sbox/
Dsbox.go195 dir := path.Join(tempDir, filepath.Dir(filePath))
268 err := os.MkdirAll(filepath.Dir(destPath), 0777)
/build/blueprint/microfactory/
Dmicrofactory.go466 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/
Dmain.go57 srcDir := filepath.Dir(flag.Arg(0))
/build/blueprint/gotestrunner/
Dgotestrunner.go65 cmd.Dir = *chdir
/build/soong/java/
Djacoco.go69 "tmpDir": filepath.Dir(tmpJar.String()),
/build/soong/cmd/zipsync/
Dzipsync.go120 must(os.MkdirAll(filepath.Dir(filename), 0777))

123