Searched refs:snapshotDir (Results 1 – 6 of 6) sorted by relevance
/build/soong/cc/ |
D | library_sdk_member.go | 155 snapshotDir string member 171 snapshotDir: nativeIncludeDir, 181 snapshotDir: nativeIncludeDir, 192 snapshotDir: nativeGeneratedIncludeDir, 203 snapshotDir: nativeGeneratedIncludeDir, 237 targetDir := filepath.Join(libInfo.OsPrefix(), libInfo.archType, propertyInfo.snapshotDir)
|
D | vndk.go | 592 snapshotDir := "vndk-snapshot" 593 snapshotArchDir := filepath.Join(snapshotDir, ctx.DeviceConfig().DeviceArch()) 747 …zipPath := android.PathForOutput(ctx, snapshotDir, "android-vndk-"+ctx.DeviceConfig().DeviceArch()… 751 …snapshotOutputList := android.PathForOutput(ctx, snapshotDir, "android-vndk-"+ctx.DeviceConfig().D… 763 FlagWithArg("-C ", android.PathForOutput(ctx, snapshotDir).String()).
|
D | vendor_snapshot.go | 639 snapshotDir := "vendor-snapshot" 640 snapshotArchDir := filepath.Join(snapshotDir, ctx.DeviceConfig().DeviceArch()) 827 zipPath := android.PathForOutput(ctx, snapshotDir, "vendor-"+ctx.Config().DeviceName()+".zip") 831 …snapshotOutputList := android.PathForOutput(ctx, snapshotDir, "vendor-"+ctx.Config().DeviceName()+… 843 FlagWithArg("-C ", android.PathForOutput(ctx, snapshotDir).String()).
|
D | cc_test.go | 383 snapshotDir := "vndk-snapshot" 384 snapshotVariantPath := filepath.Join(buildDir, snapshotDir, "arm64") 992 snapshotDir := "vendor-snapshot" 993 snapshotVariantPath := filepath.Join(buildDir, snapshotDir, "arm64")
|
/build/soong/sdk/ |
D | update.go | 236 snapshotDir := android.PathForModuleOut(ctx, "snapshot") 248 snapshotDir: snapshotDir.OutputPath, 384 "basedir": builder.snapshotDir.String(), 602 snapshotDir android.OutputPath member 629 path := s.snapshotDir.Join(s.ctx, dest)
|
D | testing.go | 243 snapshotDirPrefix := sdk.builderForTests.snapshotDir.String() + "/"
|