Home
last modified time | relevance | path

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

/build/soong/cc/
Dlibrary_sdk_member.go155 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)
Dvndk.go592 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()).
Dvendor_snapshot.go639 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()).
Dcc_test.go383 snapshotDir := "vndk-snapshot"
384 snapshotVariantPath := filepath.Join(buildDir, snapshotDir, "arm64")
992 snapshotDir := "vendor-snapshot"
993 snapshotVariantPath := filepath.Join(buildDir, snapshotDir, "arm64")
/build/soong/sdk/
Dupdate.go236 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)
Dtesting.go243 snapshotDirPrefix := sdk.builderForTests.snapshotDir.String() + "/"