Searched refs:snapshotDir (Results 1 – 4 of 4) sorted by relevance
/build/soong/cc/ |
D | library_sdk_member.go | 185 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)
|
D | vendor_snapshot.go | 297 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/ |
D | update.go | 297 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)
|
D | testing.go | 144 snapshotDirPrefix := sdk.builderForTests.snapshotDir.String() + "/"
|