Home
last modified time | relevance | path

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

/system/tools/aidl/build/
Daidl_interface.go80 …C sort -z | xargs -0 sha1sum && echo ${latestVersion}) | sha1sum | cut -d " " -f 1 > ${hashFile} `,
310 hashFile android.Path member
403 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 member
587 var hashFile android.WritablePath
597 hashFile = android.PathForModuleOut(ctx, "dump", ".hash")
[all …]