Searched refs:IntermediateCacheOutputPath (Results 1 – 12 of 12) sorted by relevance
| /build/soong/aconfig/codegen/ |
| D | java_aconfig_library.go | 111 Input: declarations.IntermediateCacheOutputPath, 135 IntermediateCacheOutputPaths: android.Paths{declarations.IntermediateCacheOutputPath}, 144 return srcJarPath, declarations.IntermediateCacheOutputPath
|
| D | rust_aconfig_library.go | 77 Input: declarations.IntermediateCacheOutputPath,
|
| D | cc_aconfig_library.go | 143 Input: declarations.IntermediateCacheOutputPath,
|
| /build/soong/aconfig/ |
| D | aconfig_declarations_test.go | 47 if !strings.HasSuffix(depData.IntermediateCacheOutputPath.String(), "/intermediate.pb") { 48 …t.Errorf("Missing intermediates proto path in provider: %s", depData.IntermediateCacheOutputPath.S… 221 …if !strings.HasSuffix(depData[rc].IntermediateCacheOutputPath.String(), assembleFileName(rc, "/int… 222 …o path in provider for release config %s: %s", rc, depData[rc].IntermediateCacheOutputPath.String(…
|
| D | exported_java_aconfig_library.go | 39 cacheFiles = append(cacheFiles, decl.IntermediateCacheOutputPath)
|
| D | aconfig_declarations.go | 222 IntermediateCacheOutputPath: intermediateCacheFilePath,
|
| D | all_aconfig_declarations.go | 153 cacheFiles = append(cacheFiles, decl[rcName].IntermediateCacheOutputPath)
|
| /build/soong/aconfig/build_flags/ |
| D | declarations.go | 26 IntermediateCacheOutputPath android.WritablePath member 100 IntermediateCacheOutputPath: intermediateCacheFilePath,
|
| D | build_flags_singleton.go | 49 flagsFiles = append(flagsFiles, decl.IntermediateCacheOutputPath)
|
| /build/soong/android/ |
| D | aconfig_providers.go | 40 IntermediateCacheOutputPath WritablePath member 117 …igFiles[dep.Container] = append(mergedAconfigFiles[dep.Container], dep.IntermediateCacheOutputPath)
|
| /build/soong/java/ |
| D | droiddoc.go | 413 deps.aconfigProtoFiles = append(deps.aconfigProtoFiles, dep.IntermediateCacheOutputPath)
|
| D | java.go | 2681 al.aconfigProtoFiles = append(al.aconfigProtoFiles, provider.IntermediateCacheOutputPath)
|