Lines Matching refs:hashFile
34 …C sort -z | xargs -0 sha1sum && echo ${latestVersion}) | sha1sum | cut -d " " -f 1 > ${hashFile} `,
92 hashFile android.OptionalPath member
112 var hashFile android.WritablePath
122 hashFile = android.PathForModuleOut(ctx, "dump", ".hash")
138 Outputs: append(apiFiles, hashFile),
144 "hashFile": hashFile.String(),
148 return apiDump{apiDir, apiFiles.Paths(), android.OptionalPathForPath(hashFile)}
328 implicits = append(implicits, dump.hashFile.Path())
337 "hashFile": dump.hashFile.Path().String(),
356 …hashFile: android.ExistentPathForSource(ctx, ctx.ModuleDir(), m.apiDir(), currentVersion, ".hash"),
385 hashFile: android.ExistentPathForSource(ctx, ctx.ModuleDir(), m.apiDir(), ver, ".hash"),
401 if dumps[i].hashFile.Valid() {