Searched refs:hashFile (Results 1 – 1 of 1) sorted by relevance
80 …C sort -z | xargs -0 sha1sum && echo ${latestVersion}) | sha1sum | cut -d " " -f 1 > ${hashFile} `,310 hashFile android.Path member403 hashFile := android.ExistentPathForSource(ctx, baseDir, ".hash")404 if hashFile.Valid() {405 hash = "$$(read -r <" + hashFile.Path().String() + " hash extra; printf '%s' \"$$hash\")"406 implicits = append(implicits, hashFile.Path())408 g.hashFile = hashFile.Path()567 hashFile android.OptionalPath member587 var hashFile android.WritablePath597 hashFile = android.PathForModuleOut(ctx, "dump", ".hash")[all …]