Home
last modified time | relevance | path

Searched refs:Base (Results 1 – 25 of 64) sorted by relevance

123

/build/soong/cmd/diff_target_files/
Dglob.go26 if filepath.Base(pattern) == "**" {
44 pattern, patternFile = filepath.Dir(pattern), filepath.Base(pattern)
66 name, nameFile = filepath.Dir(name), filepath.Base(name)
/build/soong/android/
Dprebuilt_etc_test.go112 if p.outputFilePath.Base() != "foo.installed.conf" {
113 t.Errorf("expected foo.installed.conf, got %q", p.outputFilePath.Base())
131 if p.outputFilePath.Base() != "my_foo" {
132 t.Errorf("expected my_foo, got %q", p.outputFilePath.Base())
136 if p.outputFilePath.Base() != "bar.conf" {
137 t.Errorf("expected bar.conf, got %q", p.outputFilePath.Base())
Doverride_module.go56 Base *string member
174 ctx.AddDependency(ctx.Module(), overrideBaseDepTag, *module.getOverrideModuleProperties().Base)
Dvts_config_test.go57 "plain", variants[0]).Module().(*VtsConfig).OutputFilePath.Base()
Dapi_levels.go42 Description: "generate " + file.Base(),
Dwritedocs.go59 Description: fmt.Sprintf("%s docs $out", primaryBuilder.Base()),
Dprebuilt_etc.go118 filename = p.sourceFilePath.Base()
158 fmt.Fprintln(w, "LOCAL_INSTALLED_MODULE_STEM :=", p.outputFilePath.Base())
/build/soong/apex/
Dkey.go91 …pubKeyName := m.public_key_file.Base()[0 : len(m.public_key_file.Base())-len(m.public_key_file.Ext…
92 …privKeyName := m.private_key_file.Base()[0 : len(m.private_key_file.Base())-len(m.private_key_file…
/build/soong/cc/
Dbuilder.go521 Description: "static link " + outputFile.Base(),
564 Description: "static link " + outputFile.Base(),
587 out = android.PathForModuleOut(ctx, outputFile.Base()+strconv.Itoa(i))
592 Description: "static link " + out.Base(),
661 Description: "link " + outputFile.Base(),
701 Description: "header-abi-linker " + outputFile.Base(),
718 Description: "gunzip" + outputFile.Base(),
746 Description: "header-abi-diff " + outputFile.Base(),
780 Description: "generate toc " + inputFile.Base(),
798 Description: "link " + outputFile.Base(),
[all …]
Dndk_headers.go147 installedPath := ctx.InstallFile(installDir, header.Base(), header)
148 installPath := installDir.Join(ctx, header.Base())
223 installPath := installDir.Join(ctx, header.Base())
344 installPath := installDir.Join(ctx, src.Base())
Dbinary.go428 target := "/" + filepath.Join("apex", "com.android.runtime", dir.Base(), file.Base())
430 ctx.InstallAbsoluteSymlink(dir, file.Base(), target)
431 …binary.post_install_cmds = append(binary.post_install_cmds, makeSymlinkCmd(dirOnDevice, file.Base(…
Dinstaller.go80 installer.path = ctx.InstallFile(installer.installDir(ctx), file.Base(), file)
Dandroidmk.go181 _, _, ext := splitFileExt(outputFile.Base())
293 _, suffix, _ := splitFileExt(outputFile.Base())
335 _, _, ext := splitFileExt(outputFile.Base())
372 _, _, ext := splitFileExt(outputFile.Base())
/build/soong/bpf/
Dbpf.go106 objName := name + "_" + obj.Base()
111 fmt.Fprintln(w, "LOCAL_MODULE_STEM :=", obj.Base())
/build/blueprint/loadplugins/
Dloadplugins.go46 filepath.Base(*pkg),
/build/soong/ui/build/paths/
Dlogs.go52 return fmt.Sprintf("/proc/self/fd/%d/%s", d.Fd(), filepath.Base(name)), func() {
79 addr = filepath.Join(d, "d", filepath.Base(name))
/build/soong/python/
Dinstaller.go62 installer.path = ctx.InstallFile(installer.installDir(ctx), file.Base(), file)
Dproto.go22 srcsZipFile := android.PathForModuleGen(ctx, protoFile.Base()+".srcszip")
/build/kati/testcase/
Dgen_testcase_parse_benchmark.go57 base := filepath.Base(fname)
/build/soong/cmd/path_interposer/
Dmain.go90 base := filepath.Base(args[0])
93 if base == filepath.Base(interposer) {
/build/soong/java/
Ddexpreopt_bootjars.go312 rule.Install(art, filepath.Join(installDir, art.Base()))
313 rule.Install(oat, filepath.Join(installDir, oat.Base()))
319 android.RuleBuilderInstall{vdex, filepath.Join(vdexInstallDir, vdex.Base())})
323 android.RuleBuilderInstall{unstrippedOat, filepath.Join(installDir, unstrippedOat.Base())})
Daapt2.go36 name := res.Base()
132 "resZipDir": android.PathForModuleOut(ctx, "aapt2", "reszip", flata.Base()).String(),
Djacoco.go57 tmpJar := android.PathForModuleOut(ctx, "jacoco", "tmp", strippedJar.Base())
/build/soong/dexpreopt/
Ddexpreopt.go196 base := filepath.Base(module.DexLocation)
208 pathtools.ReplaceExtension(filepath.Base(path), "odex"))
558 pathArch := filepath.Base(filepath.Dir(path.String()))
562 return filepath.Join(filepath.Dir(filepath.Dir(path.String())), filepath.Base(path.String()))
/build/soong/cmd/zipsync/
Dzipsync.go89 if match, err := filepath.Match(*filter, filepath.Base(f.Name)); err != nil {

123