Searched refs:tocFile (Results 1 – 5 of 5) sorted by relevance
/build/soong/cc/ |
D | vndk_prebuilt.go | 159 tocFile := android.PathForModuleOut(ctx, libName+".toc") 160 p.tocFile = android.OptionalPathForPath(tocFile) 161 transformSharedObjectToToc(ctx, in, tocFile, builderFlags) 175 TableOfContents: p.tocFile,
|
D | prebuilt.go | 150 tocFile := android.PathForModuleOut(ctx, libName+".toc") 151 p.tocFile = android.OptionalPathForPath(tocFile) 152 transformSharedObjectToToc(ctx, outputFile, tocFile, builderFlags) 190 TableOfContents: p.tocFile,
|
D | snapshot_prebuilt.go | 604 tocFile := android.PathForModuleOut(ctx, libName+".toc") 605 p.tocFile = android.OptionalPathForPath(tocFile) 606 transformSharedObjectToToc(ctx, in, tocFile, builderFlags) 613 TableOfContents: p.tocFile,
|
D | androidmk.go | 504 if c.tocFile.Valid() { 505 entries.SetString("LOCAL_SOONG_TOC", c.tocFile.String()) 545 if c.tocFile.Valid() { 546 entries.SetString("LOCAL_SOONG_TOC", c.tocFile.String())
|
D | library.go | 474 tocFile android.OptionalPath member 1237 tocFile := outputFile.ReplaceExtension(ctx, flags.Toolchain.ShlibSuffix()[1:]+".toc") 1238 library.tocFile = android.OptionalPathForPath(tocFile) 1239 transformSharedObjectToToc(ctx, outputFile, tocFile, builderFlags) 1319 TableOfContents: android.OptionalPathForPath(tocFile), 1610 return library.tocFile
|