Searched refs:IntermediateCacheOutputPath (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/build/soong/aconfig/ |
H A 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(…
|
H A D | exported_java_aconfig_library.go | 37 cacheFiles = append(cacheFiles, decl.IntermediateCacheOutputPath)
|
H A D | all_aconfig_declarations.go | 63 cacheFiles = append(cacheFiles, decl[rcName].IntermediateCacheOutputPath)
|
H A D | aconfig_declarations.go | 229 IntermediateCacheOutputPath: intermediateCacheFilePath,
|
/aosp_15_r20/build/soong/aconfig/codegen/ |
H A D | java_aconfig_library.go | 103 Input: declarations.IntermediateCacheOutputPath, 125 IntermediateCacheOutputPaths: android.Paths{declarations.IntermediateCacheOutputPath}, 134 return srcJarPath, declarations.IntermediateCacheOutputPath
|
H A D | rust_aconfig_library.go | 78 Input: declarations.IntermediateCacheOutputPath,
|
H A D | cc_aconfig_library.go | 150 Input: declarations.IntermediateCacheOutputPath,
|
/aosp_15_r20/build/soong/aconfig/build_flags/ |
H A D | declarations.go | 26 IntermediateCacheOutputPath android.WritablePath member 100 IntermediateCacheOutputPath: intermediateCacheFilePath,
|
H A D | build_flags_singleton.go | 47 flagsFiles = append(flagsFiles, decl.IntermediateCacheOutputPath)
|
/aosp_15_r20/build/soong/android/ |
H A D | aconfig_providers.go | 40 IntermediateCacheOutputPath WritablePath member 117 …igFiles[dep.Container] = append(mergedAconfigFiles[dep.Container], dep.IntermediateCacheOutputPath)
|
/aosp_15_r20/build/soong/java/ |
H A D | droiddoc.go | 409 deps.aconfigProtoFiles = append(deps.aconfigProtoFiles, dep.IntermediateCacheOutputPath)
|
H A D | java.go | 2338 al.aconfigProtoFiles = append(al.aconfigProtoFiles, provider.IntermediateCacheOutputPath)
|