Home
last modified time | relevance | path

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

/build/soong/cc/
Dlibrary_sdk_member.go215 builder.CopyToSnapshot(libInfo.outputFile, nativeLibraryPath)
253 builder.CopyToSnapshot(src, dest)
258 builder.CopyToSnapshot(path, dest)
Dbinary_sdk_member.go147 builder.CopyToSnapshot(p.outputFile, nativeBinaryPathFor(*p))
/build/soong/android/
Dsdk.go178 CopyToSnapshot(src Path, dest string) methodSpec
/build/soong/java/
Dsdk_library.go2242 ctx.SnapshotBuilder().CopyToSnapshot(p, dest)
2255 ctx.SnapshotBuilder().CopyToSnapshot(properties.CurrentApiFile, currentApiSnapshotPath)
2261 ctx.SnapshotBuilder().CopyToSnapshot(properties.RemovedApiFile, removedApiSnapshotPath)
Djava.go2099 builder.CopyToSnapshot(exportedJar, snapshotRelativeJavaLibPath)
2111 …builder.CopyToSnapshot(android.PathForSource(sdkModuleContext, file), filepath.Join(aidlIncludeDir…
2340 builder.CopyToSnapshot(exportedJar, snapshotRelativeJavaLibPath)
2348 builder.CopyToSnapshot(testConfig, snapshotRelativeTestConfigPath)
/build/soong/sdk/
Dupdate.go622 func (s *snapshotBuilder) CopyToSnapshot(src android.Path, dest string) { func