/build/soong/cc/ |
D | prebuilt_test.go | 185 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 …]
|
D | builder.go | 702 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 …]
|
D | ndk_headers.go | 132 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())
|
D | vendor_snapshot.go | 351 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/ |
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/linkerconfig/ |
D | linkerconfig_test.go | 51 if p.outputFilePath.Base() != "linker.config.pb" { 52 t.Errorf("expected linker.config.pb, got %q", p.outputFilePath.Base())
|
D | linkerconfig.go | 100 ctx.InstallFile(l.installDirPath, l.outputFilePath.Base(), l.outputFilePath) 159 entries.SetString("LOCAL_INSTALLED_MODULE_STEM", l.outputFilePath.Base())
|
/build/soong/apex/ |
D | key.go | 94 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/ |
D | prebuilt_kernel_modules.go | 85 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/ |
D | override_module.go | 64 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)
|
D | csuite_config_test.go | 36 "plain", variants[0]).Module().(*CSuiteConfig).OutputFilePath.Base()
|
D | makefile_goal.go | 72 filename := filepath.Base(proptools.String(p.inputPath()))
|
D | writedocs.go | 74 Description: fmt.Sprintf("%s docs $out", primaryBuilder.Base()),
|
D | queryview.go | 87 primaryBuilder.Base()),
|
/build/blueprint/pathtools/ |
D | glob.go | 99 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/ |
D | loadplugins.go | 46 filepath.Base(*pkg),
|
/build/soong/bpf/ |
D | bpf.go | 125 objName := name + "_" + obj.Base() 131 fmt.Fprintln(w, "LOCAL_MODULE_STEM :=", obj.Base())
|
/build/soong/java/ |
D | hiddenapi.go | 252 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/ |
D | builder.go | 242 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/ |
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/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/etc/ |
D | prebuilt_etc_test.go | 83 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/ |
D | build.go | 332 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/ |
D | main.go | 81 base := filepath.Base(args[0]) 84 if base == filepath.Base(interposer) {
|