Home
last modified time | relevance | path

Searched refs:CopyToSnapshot (Results 1 – 7 of 7) sorted by relevance

/build/soong/android/
Dlicense_sdk_member.go112 ctx.SnapshotBuilder().CopyToSnapshot(path, dest)
/build/soong/cc/
Dlibrary_sdk_member.go247 builder.CopyToSnapshot(libInfo.outputFile, nativeLibraryPath)
303 builder.CopyToSnapshot(src, dest)
307 builder.CopyToSnapshot(path, snapshotRelativePath)
Dbinary_sdk_member.go147 builder.CopyToSnapshot(p.outputFile, nativeBinaryPathFor(*p))
/build/soong/java/
Dplatform_compat_config.go169 builder.CopyToSnapshot(b.Metadata, snapshotRelativePath)
Djava.go611 builder.CopyToSnapshot(exportedJar, snapshotRelativeJavaLibPath)
632 …builder.CopyToSnapshot(android.PathForSource(sdkModuleContext, file), filepath.Join(aidlIncludeDir…
905 builder.CopyToSnapshot(exportedJar, snapshotRelativeJavaLibPath)
913 builder.CopyToSnapshot(testConfig, snapshotRelativeTestConfigPath)
Dbootclasspath_fragment.go806 builder.CopyToSnapshot(p, dest)
818 builder.CopyToSnapshot(p, dest)
/build/soong/sdk/
Dupdate.go943 func (s *snapshotBuilder) CopyToSnapshot(src android.Path, dest string) { func