Home
last modified time | relevance | path

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

12345

/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)
Dconversion.go12 Dir string member
65 Dir: dir,
/build/soong/bazel/
Dtesting.go28 Dir string member
40 return mi.ModuleName == other.ModuleName && mi.Typ == other.Typ && mi.Dir == other.Dir
95 return mi.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.go52 return filepath.Join(filepath.Dir(starlarktestSrcFile), filename)
74 return filepath.Join(filepath.Dir(thisSrcFile), "testdata")
93 filename := filepath.Join(filepath.Dir(thisSrcFile), starFile)
126 if err := os.Chdir(filepath.Dir(dir)); err != nil {
143 if err := os.Chdir(filepath.Dir(dir)); err != nil {
160 if err := os.Chdir(filepath.Dir(dir)); err != nil {
177 if err := os.Chdir(filepath.Dir(dir)); err != nil {
192 if err := os.Chdir(filepath.Dir(dir)); err != nil {
/build/soong/cmd/soong_build/
Dqueryview.go68 Dir: filepath.Dir(path),
81 dir = filepath.Join(dir, f.Dir)
94 dir = filepath.Join(dir, f.Dir)
/build/soong/mk2rbc/
Dfind_mockfs.go20 dir := filepath.Dir(name)
33 dir := filepath.Dir(name)
117 f = filepath.Dir(f)
Dconfig_variables_test.go41 return filepath.Join(filepath.Dir(myFile), "test")
Dandroid_products.go76 ldEval := &localDirEval{localDir: filepath.Dir(configMakefile)}
/build/blueprint/pathtools/
Dglob.go168 pattern = filepath.Dir(pattern)
314 pattern, patternFile = filepath.Dir(pattern), filepath.Base(pattern)
330 name = filepath.Dir(name)
336 name, nameFile = filepath.Dir(name), filepath.Base(name)
376 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()))
Dstaging_snapshot_test.go35 os.MkdirAll(temp+"/"+filepath.Dir(file), 0700)
44 os.MkdirAll(temp+"/"+filepath.Dir(symlink), 0770)
Dcleanbuild.go177 ensureDirectoriesExist(ctx, filepath.Dir(configFile))
288 cleanEmptyDirs(ctx, filepath.Dir(oldPath))
297 cleanEmptyDirs(ctx, filepath.Dir(oldPath))
329 cleanEmptyDirs(ctx, filepath.Dir(dir))
Dutil.go88 err = os.Chmod(filepath.Dir(pathErr.Path), 0700)
102 ensureDirectoriesExist(ctx, filepath.Dir(file))
/build/soong/cmd/release_config/release_config_lib/
Dutil.go87 if _, err := os.Stat(filepath.Dir(path)); err != nil {
88 if err = os.MkdirAll(filepath.Dir(path), 0775); err != nil {
200 for topDir = workingDir; topDir != "/"; topDir = filepath.Dir(topDir) {
/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.go54 outDir := flags.proto.Dir
128 flags.Local.CommonFlags = append(flags.Local.CommonFlags, "-I"+flags.proto.Dir.String())
/build/soong/android/
Dproto.go39 Dir ModuleGenPath member
98 Dir: PathForModuleGen(ctx, "proto"),
/build/soong/cmd/extract_jar_packages/
Dextract_jar_packages.go42 dir := filepath.Dir(file)
/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/dexpreopt/
Ddexpreopt.go228 return filepath.Join(filepath.Dir(path), "oat", arch.String(),
260 rule.Command().FlagWithArg("mkdir -p ", filepath.Dir(odexPath.String()))
283 rule.Command().Text("mkdir -p").Flag(filepath.Dir(dexPathHost.String()))
554 pathArch := filepath.Base(filepath.Dir(path))
558 return filepath.Join(filepath.Dir(filepath.Dir(path)), filepath.Base(path))
/build/soong/cmd/release_config/build_flag/
Dmain.go69 for p := path; p != "."; p = filepath.Dir(p) {
72 return filepath.Dir(p), nil
74 return filepath.Dir(p), nil
295 if err = os.MkdirAll(filepath.Dir(rcPath), 0775); err != nil {
/build/soong/cmd/sbox/
Dsbox.go305 cmd.Dir = tempDir
363 dir := joinPath(sandboxDir, filepath.Dir(copyPair.GetFrom()))
486 err := os.MkdirAll(filepath.Dir(to), 0777)
613 err = os.MkdirAll(filepath.Dir(outRspFile), 0777)
654 err := os.MkdirAll(filepath.Dir(toPath), 0777)
735 outDir := filepath.Dir(out)
/build/soong/cmd/go2bp/
Dgo2bp.go103 Dir string member
109 Dir string member
156 prefix, err := filepath.Rel(g.Module.Dir, g.Dir)

12345