Home
last modified time | relevance | path

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

1234

/build/soong/cc/
Dprebuilt_test.go185 assertString(t, shared.OutputFile().Path().Base(), "libtest.so")
199 assertString(t, static.OutputFile().Path().Base(), "libf.a")
222 assertString(t, shared.OutputFile().Path().Base(), "libtest.so")
225 assertString(t, static.OutputFile().Path().Base(), "libf.a")
249 assertString(t, static.OutputFile().Path().Base(), "libfoo.a")
252 assertString(t, shared.OutputFile().Path().Base(), "libbar.so")
270 assertString(t, shared.OutputFile().Path().Base(), "libbar.so")
312 if dep.Base() == "libfoo.so" {
353 assertString(t, static.OutputFile().Path().Base(), "libf.a")
359 assertString(t, static2.OutputFile().Path().Base(), "libf.a")
[all …]
Dbuilder.go702 Description: "static link " + outputFile.Base(),
715 Description: "static link " + outputFile.Base(),
802 Description: "link " + outputFile.Base(),
852 Description: "header-abi-linker " + outputFile.Base(),
866 Description: "gunzip" + outputFile.Base(),
909 Description: "header-abi-diff " + outputFile.Base(),
939 Description: "generate toc " + inputFile.Base(),
967 Description: "link " + outputFile.Base(),
983 Description: "prefix symbols " + outputFile.Base(),
1016 Description: "strip " + outputFile.Base(),
[all …]
Dndk_headers.go132 installedPath := ctx.InstallFile(installDir, header.Base(), header)
133 installPath := installDir.Join(ctx, header.Base())
213 installPath := installDir.Join(ctx, header.Base())
326 installPath := installDir.Join(ctx, src.Base())
Dvendor_snapshot.go351 prop.InitRc = append(prop.InitRc, filepath.Join("configs", path.Base()))
354 prop.VintfFragments = append(prop.VintfFragments, filepath.Join("configs", path.Base()))
359 out := filepath.Join(configsDir, path.Base())
405 stem = libPath.Base()
431 snapshotBinOut := filepath.Join(snapshotArchDir, targetArch, "binary", binPath.Base())
439 ctx.ModuleName(m)+filepath.Ext(objPath.Base()))
/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/linkerconfig/
Dlinkerconfig_test.go51 if p.outputFilePath.Base() != "linker.config.pb" {
52 t.Errorf("expected linker.config.pb, got %q", p.outputFilePath.Base())
Dlinkerconfig.go100 ctx.InstallFile(l.installDirPath, l.outputFilePath.Base(), l.outputFilePath)
159 entries.SetString("LOCAL_INSTALLED_MODULE_STEM", l.outputFilePath.Base())
/build/soong/apex/
Dkey.go94 pubKeyName := m.publicKeyFile.Base()[0 : len(m.publicKeyFile.Base())-len(m.publicKeyFile.Ext())]
95 …privKeyName := m.privateKeyFile.Base()[0 : len(m.privateKeyFile.Base())-len(m.privateKeyFile.Ext()…
/build/soong/kernel/
Dprebuilt_kernel_modules.go85 ctx.InstallFile(installDir, filepath.Base(m.String()), m)
108 stripped := dir.Join(ctx, filepath.Base(m.String()))
148 basenames = append(basenames, filepath.Base(m.String()))
/build/soong/android/
Doverride_module.go64 Base *string member
82 return proptools.String(o.moduleProperties.Base)
239 base := String(module.getOverrideModuleProperties().Base)
256 ctx.AddDependency(ctx.Module(), overrideBaseDepTag, *module.getOverrideModuleProperties().Base)
Dcsuite_config_test.go36 "plain", variants[0]).Module().(*CSuiteConfig).OutputFilePath.Base()
Dmakefile_goal.go72 filename := filepath.Base(proptools.String(p.inputPath()))
Dwritedocs.go74 Description: fmt.Sprintf("%s docs $out", primaryBuilder.Base()),
Dqueryview.go87 primaryBuilder.Base()),
/build/blueprint/pathtools/
Dglob.go99 if filepath.Base(pattern) == "**" {
298 if filepath.Base(pattern) == "**" {
316 pattern, patternFile = filepath.Dir(pattern), filepath.Base(pattern)
338 name, nameFile = filepath.Dir(name), filepath.Base(name)
/build/blueprint/loadplugins/
Dloadplugins.go46 filepath.Base(*pkg),
/build/soong/bpf/
Dbpf.go125 objName := name + "_" + obj.Base()
131 fmt.Fprintln(w, "LOCAL_MODULE_STEM :=", obj.Base())
/build/soong/java/
Dhiddenapi.go252 output := outputDir.Join(ctx, dexInput.Base())
256 tmpDir := outputDir.Join(ctx, dexInput.Base()+"-tmp")
264 encodeRuleOutput = outputDir.Join(ctx, "unaligned", dexInput.Base())
/build/soong/rust/
Dbuilder.go242 if android.SuffixInList(outputs.Strings(), genSubDir+genSrc.Base()) {
244 "multiple source providers generate the same filename output: "+genSrc.Base())
246 outputs = append(outputs, android.PathForModuleOut(ctx, genSubDir+genSrc.Base()))
264 clippyFile := android.PathForModuleOut(ctx, outputFile.Base()+".clippy")
/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/
Dproto.go22 srcsZipFile := android.PathForModuleGen(ctx, protoFile.Base()+".srcszip")
Dinstaller.go62 installer.path = ctx.InstallFile(installer.installDir(ctx), file.Base(), file)
/build/soong/etc/
Dprebuilt_etc_test.go83 android.AssertStringEquals(t, "output file path", "foo.installed.conf", p.outputFilePath.Base())
100 android.AssertStringEquals(t, "my_foo output file path", "my_foo", p.outputFilePath.Base())
103 android.AssertStringEquals(t, "my_bar output file path", "bar.conf", p.outputFilePath.Base())
/build/soong/ui/build/
Dbuild.go332 ctx.Printf("failed to dist %s: %s", filepath.Base(src), err.Error())
350 if _, err := copyFile(src, filepath.Join(destDir, filepath.Base(src))); err != nil {
351 ctx.Printf("failed to dist %s: %s", filepath.Base(src), err.Error())
/build/soong/cmd/path_interposer/
Dmain.go81 base := filepath.Base(args[0])
84 if base == filepath.Base(interposer) {

1234