Home
last modified time | relevance | path

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

123

/build/soong/bp2build/
Dconversion_test.go59 if dir1, dir2 := files[i].Dir, files[j].Dir; dir1 == dir2 {
70 if actualFile.Dir != expectedFile.dir || actualFile.Basename != expectedFile.basename {
71 t.Errorf("Did not find expected file %s/%s", actualFile.Dir, actualFile.Basename)
103 if actualFile.Dir != expectedFile.dir || actualFile.Basename != expectedFile.basename {
104 t.Errorf("Did not find expected file %s/%s", actualFile.Dir, actualFile.Basename)
Dbp2build.go51 p := getOrCreateOutputDir(outputDir, ctx, f.Dir).Join(ctx, f.Basename)
53 panic(fmt.Errorf("Failed to write %q (dir %q) due to %q", f.Basename, f.Dir, err))
Dconversion.go15 Dir string member
96 Dir: dir,
/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)
/build/make/tools/rbcrun/
Dhost_test.go51 return filepath.Join(filepath.Dir(starlarktestSrcFile), filename)
74 return filepath.Join(filepath.Dir(thisSrcFile), "testdata")
92 filename := filepath.Join(filepath.Dir(thisSrcFile), starFile)
141 LoadPathRoot = filepath.Dir(dir)
/build/soong/cc/
Dgen_test.go39 expected := "-I" + filepath.Dir(aidl.Output.String())
66 …if !inList("-I"+filepath.Dir(aidl.Output.String()), android.StringsRelativeToTop(ctx.Config(), lib…
Dproto.go49 outDir := flags.proto.Dir
123 flags.Local.CommonFlags = append(flags.Local.CommonFlags, "-I"+flags.proto.Dir.String())
Dgen.go193 "headerOutDir": filepath.Dir(headerFile.String()),
194 "publicOutDir": filepath.Dir(publicHeaderFile.String()),
195 "srcOutDir": filepath.Dir(cppFile.String()),
/build/blueprint/pathtools/
Dglob.go170 pattern = filepath.Dir(pattern)
316 pattern, patternFile = filepath.Dir(pattern), filepath.Base(pattern)
332 name = filepath.Dir(name)
338 name, nameFile = filepath.Dir(name), filepath.Base(name)
378 dir := filepath.Dir(filename)
/build/soong/ui/build/
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()))
Dcleanbuild.go162 ensureDirectoriesExist(ctx, filepath.Dir(configFile))
270 cleanEmptyDirs(ctx, filepath.Dir(oldPath))
279 cleanEmptyDirs(ctx, filepath.Dir(oldPath))
311 cleanEmptyDirs(ctx, filepath.Dir(dir))
Dutil.go88 err = os.Chmod(filepath.Dir(pathErr.Path), 0700)
102 ensureDirectoriesExist(ctx, filepath.Dir(file))
Dbazel.go47 infoCmd.Dir = filepath.Join(config.OutDir(), "..")
168 cmd.Dir = filepath.Join(config.OutDir(), "..")
/build/soong/cmd/sbox/
Dsbox.go265 cmd.Dir = tempDir
346 dir := joinPath(sandboxDir, filepath.Dir(copyPair.GetFrom()))
390 err := os.MkdirAll(filepath.Dir(to), 0777)
494 err = os.MkdirAll(filepath.Dir(outRspFile), 0777)
534 err := os.MkdirAll(filepath.Dir(toPath), 0777)
580 outDir := filepath.Dir(out)
/build/soong/rust/
Dandroidmk.go210 filepath.Dir(fuzz.corpusIntermediateDir.String())+":corpus/"+d.Base())
215 filepath.Dir(fuzz.dataIntermediateDir.String())+":data/"+d.Rel())
220 filepath.Dir(fuzz.dictionary.String())+":"+fuzz.dictionary.Base())
225 filepath.Dir(fuzz.config.String())+":config.json")
/build/blueprint/bootstrap/
Dcleanup.go162 for dir := filepath.Dir(path); dir != cwd; dir = filepath.Dir(dir) {
Dcommand.go124 err := os.MkdirAll(filepath.Dir(path), 0777)
169 srcDir := filepath.Dir(args.TopFile)
229 blueprintFiles, errs := ctx.ParseFileList(filepath.Dir(args.TopFile), filesToParse, config)
/build/soong/android/
Dproto.go35 Dir ModuleGenPath member
94 Dir: PathForModuleGen(ctx, "proto"),
/build/soong/dexpreopt/
Ddexpreopt.go220 filepath.Dir(path),
239 rule.Command().FlagWithArg("mkdir -p ", filepath.Dir(odexPath.String()))
255 rule.Command().Text("mkdir -p").Flag(filepath.Dir(dexPathHost.String()))
507 pathArch := filepath.Base(filepath.Dir(path))
511 return filepath.Join(filepath.Dir(filepath.Dir(path)), filepath.Base(path))
/build/soong/cmd/soong_build/
Dqueryview.go45 dir = filepath.Join(dir, f.Dir)
/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/cmd/extract_jar_packages/
Dextract_jar_packages.go42 dir := filepath.Dir(file)
/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/blueprint/microfactory/
Dmicrofactory.go467 err = os.MkdirAll(filepath.Dir(p.output), 0777)
506 shaFile := filepath.Join(filepath.Dir(out), "."+filepath.Base(out)+"_hash")
559 lockFileName := filepath.Join(filepath.Dir(out), "."+filepath.Base(out)+".lock")
579 intermediates := filepath.Join(filepath.Dir(out), "."+filepath.Base(out)+"_intermediates")
642 tracePath := filepath.Join(filepath.Dir(output), "."+filepath.Base(output)+".trace")

123