Avoid making long filesystem keys

Concatenating several hashes together can make a really long filename,
so instead simply hash all the items together (after all a hash function
is a compression function) without fear of collision.

Bug: 27996960
(cherry picked from commit dbe39a9c477cb5df1ebc6dd14ceadd3b9d32f48b)

Change-Id: I8118cf8005f34d92047d92310bc097ac37364736
2 files changed