Home
last modified time | relevance | path

Searched refs:hashSrcFiles (Results 1 – 1 of 1) sorted by relevance

/build/soong/android/
Drule_builder.go613 command.InputHash = proto.String(hashSrcFiles(inputs))
678 commandString += " # hash of input list: " + hashSrcFiles(inputs)
1299 func hashSrcFiles(srcFiles Paths) string { func