Searched refs:zipPath (Results 1 – 4 of 4) sorted by relevance
/build/soong/snapshot/ |
D | util.go | 48 zipPath := android.PathForOutput( 57 FlagWithOutput("-o ", zipPath). 61 zipRule.Build(zipPath.String(), baseName+" snapshot "+zipPath.String()) 62 return android.OptionalPathForPath(zipPath)
|
/build/soong/cc/ |
D | cmake_snapshot.go | 116 zipPath android.WritablePath member 280 m.zipPath = android.PathForModuleOut(ctx, ctx.ModuleName()+".zip") 427 FlagWithOutput("-o ", m.zipPath) 464 zipRule.Build(m.zipPath.String(), "archiving "+ctx.ModuleName()) 470 return android.Paths{m.zipPath}, nil 479 OutputFile: android.OptionalPathForPath(m.zipPath),
|
/build/soong/android/ |
D | sdk.go | 60 UnzipToSnapshot(zipPath Path, destDir string)
|
/build/soong/sdk/ |
D | update.go | 510 zipPath := fmt.Sprintf("%s%s.zip", ctx.ModuleName(), snapshotFileSuffix) 511 outputZipFile := android.PathForModuleOut(ctx, zipPath).OutputPath 1054 func (s *snapshotBuilder) UnzipToSnapshot(zipPath android.Path, destDir string) { 1064 Input: zipPath,
|