Home
last modified time | relevance | path

Searched refs:IntermediateCacheOutputPath (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/build/soong/aconfig/
H A Daconfig_declarations_test.go47 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 Dexported_java_aconfig_library.go37 cacheFiles = append(cacheFiles, decl.IntermediateCacheOutputPath)
H A Dall_aconfig_declarations.go63 cacheFiles = append(cacheFiles, decl[rcName].IntermediateCacheOutputPath)
H A Daconfig_declarations.go229 IntermediateCacheOutputPath: intermediateCacheFilePath,
/aosp_15_r20/build/soong/aconfig/codegen/
H A Djava_aconfig_library.go103 Input: declarations.IntermediateCacheOutputPath,
125 IntermediateCacheOutputPaths: android.Paths{declarations.IntermediateCacheOutputPath},
134 return srcJarPath, declarations.IntermediateCacheOutputPath
H A Drust_aconfig_library.go78 Input: declarations.IntermediateCacheOutputPath,
H A Dcc_aconfig_library.go150 Input: declarations.IntermediateCacheOutputPath,
/aosp_15_r20/build/soong/aconfig/build_flags/
H A Ddeclarations.go26 IntermediateCacheOutputPath android.WritablePath member
100 IntermediateCacheOutputPath: intermediateCacheFilePath,
H A Dbuild_flags_singleton.go47 flagsFiles = append(flagsFiles, decl.IntermediateCacheOutputPath)
/aosp_15_r20/build/soong/android/
H A Daconfig_providers.go40 IntermediateCacheOutputPath WritablePath member
117 …igFiles[dep.Container] = append(mergedAconfigFiles[dep.Container], dep.IntermediateCacheOutputPath)
/aosp_15_r20/build/soong/java/
H A Ddroiddoc.go409 deps.aconfigProtoFiles = append(deps.aconfigProtoFiles, dep.IntermediateCacheOutputPath)
H A Djava.go2338 al.aconfigProtoFiles = append(al.aconfigProtoFiles, provider.IntermediateCacheOutputPath)