Home
last modified time | relevance | path

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

/build/soong/cc/
Dlinkable.go41 Toc() android.OptionalPath methodSpec
Dsdk_test.go64 if toc := m.Toc(); toc.Valid() {
Dcc.go526 func (c *Module) Toc() android.OptionalPath { func
2453 depFile = ccDep.Toc()
2459 depFile = ccDep.Toc()
2464 depFile = ccDep.Toc()
/build/soong/cmd/extract_apks/
Dmain.go47 type Toc *android_bundle_proto.BuildApksResult type
67 func (apkSet *ApkSet) getToc() (Toc, error) {
324 func selectApks(toc Toc, targetConfig TargetConfig) SelectionResult { argument
522 var toc Toc
/build/soong/rust/
Drust.go173 func (mod *Module) Toc() android.OptionalPath { func