Home
last modified time | relevance | path

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

/build/soong/cc/
Dvndk_prebuilt.go153 tocFile := android.PathForModuleOut(ctx, libName+".toc")
154 p.tocFile = android.OptionalPathForPath(tocFile)
155 TransformSharedObjectToToc(ctx, in, tocFile, builderFlags)
Dprebuilt.go136 tocFile := android.PathForModuleOut(ctx, libName+".toc")
137 p.tocFile = android.OptionalPathForPath(tocFile)
138 TransformSharedObjectToToc(ctx, outputFile, tocFile, builderFlags)
Dandroidmk.go504 if c.tocFile.Valid() {
505 entries.SetString("LOCAL_SOONG_TOC", c.tocFile.String())
539 if c.tocFile.Valid() {
540 entries.SetString("LOCAL_SOONG_TOC", c.tocFile.String())
Dvendor_snapshot.go184 tocFile := android.PathForModuleOut(ctx, libName+".toc")
185 p.tocFile = android.OptionalPathForPath(tocFile)
186 TransformSharedObjectToToc(ctx, in, tocFile, builderFlags)
Dlibrary.go337 tocFile android.OptionalPath member
968 tocFile := outputFile.ReplaceExtension(ctx, flags.Toolchain.ShlibSuffix()[1:]+".toc")
969 library.tocFile = android.OptionalPathForPath(tocFile)
970 TransformSharedObjectToToc(ctx, outputFile, tocFile, builderFlags)
1207 return library.tocFile
/build/soong/cmd/extract_apks/
Dmain.go69 tocFile, ok := apkSet.entries["toc.pb"]
73 rc, err := tocFile.Open()
77 bytes := make([]byte, tocFile.FileHeader.UncompressedSize64)