Home
last modified time | relevance | path

Searched refs:tocFile (Results 1 – 5 of 5) sorted by relevance

/build/soong/cc/
Dvndk_prebuilt.go159 tocFile := android.PathForModuleOut(ctx, libName+".toc")
160 p.tocFile = android.OptionalPathForPath(tocFile)
161 transformSharedObjectToToc(ctx, in, tocFile, builderFlags)
175 TableOfContents: p.tocFile,
Dprebuilt.go150 tocFile := android.PathForModuleOut(ctx, libName+".toc")
151 p.tocFile = android.OptionalPathForPath(tocFile)
152 transformSharedObjectToToc(ctx, outputFile, tocFile, builderFlags)
190 TableOfContents: p.tocFile,
Dsnapshot_prebuilt.go604 tocFile := android.PathForModuleOut(ctx, libName+".toc")
605 p.tocFile = android.OptionalPathForPath(tocFile)
606 transformSharedObjectToToc(ctx, in, tocFile, builderFlags)
613 TableOfContents: p.tocFile,
Dandroidmk.go504 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())
Dlibrary.go474 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