/build/soong/bp2build/ |
D | conversion_test.go | 59 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)
|
D | conversion.go | 12 Dir string member 65 Dir: dir,
|
/build/soong/bazel/ |
D | testing.go | 28 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/ |
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)
|
/build/make/tools/rbcrun/ |
D | host_test.go | 52 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/ |
D | queryview.go | 68 Dir: filepath.Dir(path), 81 dir = filepath.Join(dir, f.Dir) 94 dir = filepath.Join(dir, f.Dir)
|
/build/soong/mk2rbc/ |
D | find_mockfs.go | 20 dir := filepath.Dir(name) 33 dir := filepath.Dir(name) 117 f = filepath.Dir(f)
|
D | config_variables_test.go | 41 return filepath.Join(filepath.Dir(myFile), "test")
|
D | android_products.go | 76 ldEval := &localDirEval{localDir: filepath.Dir(configMakefile)}
|
/build/blueprint/pathtools/ |
D | glob.go | 168 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/ |
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 | staging_snapshot_test.go | 35 os.MkdirAll(temp+"/"+filepath.Dir(file), 0700) 44 os.MkdirAll(temp+"/"+filepath.Dir(symlink), 0770)
|
D | cleanbuild.go | 177 ensureDirectoriesExist(ctx, filepath.Dir(configFile)) 288 cleanEmptyDirs(ctx, filepath.Dir(oldPath)) 297 cleanEmptyDirs(ctx, filepath.Dir(oldPath)) 329 cleanEmptyDirs(ctx, filepath.Dir(dir))
|
D | util.go | 88 err = os.Chmod(filepath.Dir(pathErr.Path), 0700) 102 ensureDirectoriesExist(ctx, filepath.Dir(file))
|
/build/soong/cmd/release_config/release_config_lib/ |
D | util.go | 87 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/ |
D | gen_test.go | 39 expected := "-I" + filepath.Dir(aidl.Output.String()) 66 …if !inList("-I"+filepath.Dir(aidl.Output.String()), android.StringsRelativeToTop(ctx.Config(), lib…
|
D | proto.go | 54 outDir := flags.proto.Dir 128 flags.Local.CommonFlags = append(flags.Local.CommonFlags, "-I"+flags.proto.Dir.String())
|
/build/soong/android/ |
D | proto.go | 39 Dir ModuleGenPath member 98 Dir: PathForModuleGen(ctx, "proto"),
|
/build/soong/cmd/extract_jar_packages/ |
D | extract_jar_packages.go | 42 dir := filepath.Dir(file)
|
/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/dexpreopt/ |
D | dexpreopt.go | 228 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/ |
D | main.go | 69 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/ |
D | sbox.go | 305 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/ |
D | go2bp.go | 103 Dir string member 109 Dir string member 156 prefix, err := filepath.Rel(g.Module.Dir, g.Dir)
|