/build/soong/cc/ |
D | prebuilt_test.go | 187 assertString(t, shared.OutputFile().Path().Base(), "libtest.so") 201 assertString(t, static.OutputFile().Path().Base(), "libf.a") 224 assertString(t, shared.OutputFile().Path().Base(), "libtest.so") 227 assertString(t, static.OutputFile().Path().Base(), "libf.a") 251 assertString(t, static.OutputFile().Path().Base(), "libfoo.a") 254 assertString(t, shared.OutputFile().Path().Base(), "libbar.so") 272 assertString(t, shared.OutputFile().Path().Base(), "libbar.so")
|
D | builder.go | 637 Description: "static link " + outputFile.Base(), 650 Description: "static link " + outputFile.Base(), 736 Description: "link " + outputFile.Base(), 785 Description: "header-abi-linker " + outputFile.Base(), 798 Description: "gunzip" + outputFile.Base(), 840 Description: "header-abi-diff " + outputFile.Base(), 874 Description: "generate toc " + inputFile.Base(), 901 Description: "link " + outputFile.Base(), 917 Description: "prefix symbols " + outputFile.Base(), 953 Description: "strip " + outputFile.Base(), [all …]
|
D | ndk_headers.go | 137 installedPath := ctx.InstallFile(installDir, header.Base(), header) 138 installPath := installDir.Join(ctx, header.Base()) 223 installPath := installDir.Join(ctx, header.Base()) 341 installPath := installDir.Join(ctx, src.Base())
|
D | vendor_snapshot.go | 179 libName := in.Base() 330 binName := in.Base() 698 prop.InitRc = append(prop.InitRc, filepath.Join("configs", path.Base())) 701 prop.VintfFragments = append(prop.VintfFragments, filepath.Join("configs", path.Base())) 706 out := filepath.Join(configsDir, path.Base()) 747 stem = libPath.Base() 762 snapshotBinOut := filepath.Join(snapshotArchDir, targetArch, "binary", binPath.Base()) 770 ctx.ModuleName(m)+filepath.Ext(objPath.Base()))
|
D | androidmk.go | 264 _, _, ext := android.SplitFileExt(entries.OutputFile.Path().Base()) 399 filepath.Dir(fuzz.corpusIntermediateDir.String())+":corpus/"+d.Base()) 409 filepath.Dir(fuzz.dictionary.String())+":"+fuzz.dictionary.Base()) 435 _, suffix, _ := android.SplitFileExt(entries.OutputFile.Path().Base()) 481 _, _, ext := android.SplitFileExt(entries.OutputFile.Path().Base()) 593 _, _, ext := android.SplitFileExt(entries.OutputFile.Path().Base())
|
/build/soong/rust/ |
D | builder.go | 189 gcnoFile = android.PathForModuleOut(ctx, pathtools.ReplaceExtension(outputFile.Base(), "gcno")) 191 ctx, pathtools.ReplaceExtension(outputFile.Base(), "gcda")).String()) 193 gcnoFile = android.PathForModuleOut(ctx, outputFile.Base()+".gcno") 195 ctx, outputFile.Base()+".gcda").String()) 208 if android.SuffixInList(outputs.Strings(), genSubDir+genSrc.Base()) { 210 "multiple source providers generate the same filename output: "+genSrc.Base()) 212 outputs = append(outputs, android.PathForModuleOut(ctx, genSubDir+genSrc.Base())) 229 clippyFile := android.PathForModuleOut(ctx, outputFile.Base()+".clippy") 276 Description: "zip " + outputFile.Base(),
|
/build/soong/cmd/diff_target_files/ |
D | glob.go | 26 if filepath.Base(pattern) == "**" { 44 pattern, patternFile = filepath.Dir(pattern), filepath.Base(pattern) 66 name, nameFile = filepath.Dir(name), filepath.Base(name)
|
/build/soong/etc/ |
D | prebuilt_etc_test.go | 148 if p.outputFilePath.Base() != "foo.installed.conf" { 149 t.Errorf("expected foo.installed.conf, got %q", p.outputFilePath.Base()) 167 if p.outputFilePath.Base() != "my_foo" { 168 t.Errorf("expected my_foo, got %q", p.outputFilePath.Base()) 172 if p.outputFilePath.Base() != "bar.conf" { 173 t.Errorf("expected bar.conf, got %q", p.outputFilePath.Base())
|
/build/soong/apex/ |
D | key.go | 90 …pubKeyName := m.public_key_file.Base()[0 : len(m.public_key_file.Base())-len(m.public_key_file.Ext… 91 …privKeyName := m.private_key_file.Base()[0 : len(m.private_key_file.Base())-len(m.private_key_file…
|
/build/soong/android/ |
D | override_module.go | 64 Base *string member 82 return proptools.String(o.moduleProperties.Base) 232 base := String(module.getOverrideModuleProperties().Base) 249 ctx.AddDependency(ctx.Module(), overrideBaseDepTag, *module.getOverrideModuleProperties().Base)
|
D | csuite_config_test.go | 45 "plain", variants[0]).Module().(*CSuiteConfig).OutputFilePath.Base()
|
D | vts_config_test.go | 45 "plain", variants[0]).Module().(*VtsConfig).OutputFilePath.Base()
|
D | writedocs.go | 63 Description: fmt.Sprintf("%s docs $out", primaryBuilder.Base()),
|
D | api_levels.go | 43 Description: "generate " + file.Base(),
|
D | sdk.go | 511 func (b *SdkMemberPropertiesBase) Base() *SdkMemberPropertiesBase { func 522 Base() *SdkMemberPropertiesBase methodSpec
|
D | makefile_goal.go | 72 filename := filepath.Base(proptools.String(p.inputPath()))
|
/build/blueprint/pathtools/ |
D | glob.go | 50 if filepath.Base(pattern) == "**" { 250 if filepath.Base(pattern) == "**" { 268 pattern, patternFile = filepath.Dir(pattern), filepath.Base(pattern) 290 name, nameFile = filepath.Dir(name), filepath.Base(name)
|
/build/soong/sh/ |
D | sh_binary.go | 148 filename = s.sourceFilePath.Base() 170 s.installedFile = ctx.InstallExecutable(installDir, s.outputFilePath.Base(), s.outputFilePath) 213 s.installedFile = ctx.InstallExecutable(s.installDir, s.outputFilePath.Base(), s.outputFilePath) 225 …, s.testProperties.Test_suites, configs, s.testProperties.Auto_gen_config, s.outputFilePath.Base())
|
/build/soong/bpf/ |
D | bpf.go | 112 objName := name + "_" + obj.Base() 117 fmt.Fprintln(w, "LOCAL_MODULE_STEM :=", obj.Base())
|
/build/blueprint/loadplugins/ |
D | loadplugins.go | 46 filepath.Base(*pkg),
|
/build/soong/ui/build/paths/ |
D | logs.go | 52 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/ui/build/ |
D | build.go | 280 ctx.Printf("failed to dist %s: %s", filepath.Base(src), err.Error()) 300 _, err = copyFile(src, filepath.Join(destDir, filepath.Base(src))) 302 ctx.Printf("failed to dist %s: %s", filepath.Base(src), err.Error())
|
/build/soong/python/ |
D | proto.go | 22 srcsZipFile := android.PathForModuleGen(ctx, protoFile.Base()+".srcszip")
|
D | installer.go | 62 installer.path = ctx.InstallFile(installer.installDir(ctx), file.Base(), file)
|
/build/soong/cmd/path_interposer/ |
D | main.go | 81 base := filepath.Base(args[0]) 84 if base == filepath.Base(interposer) {
|