Home
last modified time | relevance | path

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

/system/tools/aidl/build/
Daidl_api.go34 `${aidlHashGen} ${outDir} ${latestVersion} ${hashFile}`,
96 hashFile android.OptionalPath member
117 var hashFile android.WritablePath
124 hashFile = android.PathForModuleOut(ctx, "dump", ".hash")
138 Outputs: append(apiFiles, hashFile),
145 "hashFile": hashFile.String(),
149 return apiDump{version, apiDir, apiFiles.Paths(), android.OptionalPathForPath(hashFile)}
Daidl_gen_rule.go94 hashFile android.Path member
178 hashFile := android.ExistentPathForSource(ctx, baseDir, ".hash")
179 if hashFile.Valid() {
180 hash = "$$(tail -1 '" + hashFile.Path().String() + "')"
181 implicits = append(implicits, hashFile.Path())
183 g.hashFile = hashFile.Path()
Daidl_interface_metadata_singleton.go106 if t.hashFile != nil {
107 info.HashFiles = append(info.HashFiles, t.hashFile.String())