Home
last modified time | relevance | path

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

/build/soong/cc/
Dlibrary_sdk_member.go185 snapshotDir string member
201 snapshotDir: nativeIncludeDir,
211 snapshotDir: nativeIncludeDir,
222 snapshotDir: nativeGeneratedIncludeDir,
233 snapshotDir: nativeGeneratedIncludeDir,
269 targetDir := filepath.Join(libInfo.OsPrefix(), libInfo.archType, propertyInfo.snapshotDir)
Dvendor_snapshot.go297 snapshotDir := c.name + "-snapshot"
301 snapshotDir = filepath.Join("fake", snapshotDir)
303 snapshotArchDir := filepath.Join(snapshotDir, ctx.DeviceConfig().DeviceArch())
519 snapshotDir,
526 snapshotDir,
540 FlagWithArg("-C ", android.PathForOutput(ctx, snapshotDir).String()).
/build/soong/sdk/
Dupdate.go297 snapshotDir := android.PathForModuleOut(ctx, "snapshot")
325 snapshotDir: snapshotDir.OutputPath,
435 "basedir": builder.snapshotDir.String(),
923 snapshotDir android.OutputPath member
950 path := s.snapshotDir.Join(s.ctx, dest)
Dtesting.go144 snapshotDirPrefix := sdk.builderForTests.snapshotDir.String() + "/"