Home
last modified time | relevance | path

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

/build/soong/aconfig/codegen/
Djava_aconfig_library.go111 Input: declarations.IntermediateCacheOutputPath,
135 IntermediateCacheOutputPaths: android.Paths{declarations.IntermediateCacheOutputPath},
144 return srcJarPath, declarations.IntermediateCacheOutputPath
Drust_aconfig_library.go77 Input: declarations.IntermediateCacheOutputPath,
Dcc_aconfig_library.go143 Input: declarations.IntermediateCacheOutputPath,
/build/soong/aconfig/
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(…
Dexported_java_aconfig_library.go39 cacheFiles = append(cacheFiles, decl.IntermediateCacheOutputPath)
Daconfig_declarations.go222 IntermediateCacheOutputPath: intermediateCacheFilePath,
Dall_aconfig_declarations.go153 cacheFiles = append(cacheFiles, decl[rcName].IntermediateCacheOutputPath)
/build/soong/aconfig/build_flags/
Ddeclarations.go26 IntermediateCacheOutputPath android.WritablePath member
100 IntermediateCacheOutputPath: intermediateCacheFilePath,
Dbuild_flags_singleton.go49 flagsFiles = append(flagsFiles, decl.IntermediateCacheOutputPath)
/build/soong/android/
Daconfig_providers.go40 IntermediateCacheOutputPath WritablePath member
117 …igFiles[dep.Container] = append(mergedAconfigFiles[dep.Container], dep.IntermediateCacheOutputPath)
/build/soong/java/
Ddroiddoc.go413 deps.aconfigProtoFiles = append(deps.aconfigProtoFiles, dep.IntermediateCacheOutputPath)
Djava.go2681 al.aconfigProtoFiles = append(al.aconfigProtoFiles, provider.IntermediateCacheOutputPath)